| #
d19a1f0a |
| 06-Aug-2020 |
Evan Bacon <[email protected]> |
Created static web files (#9583)
|
| #
5050f472 |
| 26-Feb-2019 |
Evan Bacon <[email protected]> |
[Web] Updated babel preset and webpack config (#3561)
* Updated babel preset and webpack config
Moved from #3545
* Reverted Asset changes
* Fixed NCL demo
* Made webpack config export a
[Web] Updated babel preset and webpack config (#3561)
* Updated babel preset and webpack config
Moved from #3545
* Reverted Asset changes
* Fixed NCL demo
* Made webpack config export a function
* Renamed get -> create
* Update index.js
* Update yarn.lock
* Update index.js
* fixed static setCustomSourceTransformer for legacy
* Update index.js
* Fixed test-suite
* Update index.js
* Changed webpack version in puppeteer test
show more ...
|
| #
55c23f8b |
| 21-Feb-2019 |
Evan Bacon <[email protected]> |
Updating webpack prod builds (#3413)
* Updated output build folder
* Ensured webpack is reading from app data
* Inserting all meta from webpack
* Making builds use the correct `mode`
* Removed
Updating webpack prod builds (#3413)
* Updated output build folder
* Ensured webpack is reading from app data
* Inserting all meta from webpack
* Making builds use the correct `mode`
* Removed the comment block generation
* Added service worker plugin
* Moved title and script to webpack
* Update webpack.config.js
* Updated build folder
* [WIP] splitting configs
* Split the webpack configs.
* Delete webpack.config.js
* Updated prod
* Update webpack.prod.js
* Update webpack.dev.js
* Update webpack.common.js
* Update NCL deps
* Update webpack.common.js
* [WIP]
* [WIP] 8.9s content draw
* Update webpack.prod.js
* [WIP]
* [WIP] Added serve.json
* [WIP] Removed core.js
* Removed Jarvis
* Added flag to toggle polyfills
* Added `errorOverlayMiddleware`
* Added `noopServiceWorkerMiddleware`
* Moved dev files to a static folder
* Removed redundant `BundleAnalyzerPlugin`
* Added disableImportExportTransform
* Update index.js
* Update webpack.common.js
* Update webpack.common.js
* Refactor into `webpack/`
* Fixed dev server
* Updatated chunking
* Update webpack.prod.js
* Removed unused packages
* [WIP] Fixing dev build
* Removed disableImportExportTransform
* Moved IgnorePlugin to common
* Update serve.json
* Update webpack.common.js
* Update webpack.dev.js
* Update webpack.prod.js
* Added BrotliPlugin
* Update webpack.prod.js
* enabled polyfills
* Update webpack.dev.js
* Removed IgnorePlugin
* Update webpack.prod.js
* Made the config project agnostic
* Added `@babel/polyfill`
show more ...
|
| #
569bbe47 |
| 01-Feb-2019 |
Evan Bacon <[email protected]> |
Update index.html
|
| #
8bed2142 |
| 27-Jan-2019 |
Evan Bacon <[email protected]> |
Commented out Google Maps API by default on web NCL
|
| #
227c61cb |
| 21-Jan-2019 |
Evan Bacon <[email protected]> |
[Web] MapView (#3123)
* [Web] MapView
* Update MapView.web.tsx
* Updated regions
* Fixed verbage
|
| #
c8e34fbe |
| 14-Dec-2018 |
Evan Bacon <[email protected]> |
[Web] native-component-list (#2677)
* [NCL] added web target
* [NCL] removed .babelrc
* [FileSystem] Added shim
* [Asset] Added shim
* [Constants] Added shim
* [Font] Added shim
* Moved `FileS
[Web] native-component-list (#2677)
* [NCL] added web target
* [NCL] removed .babelrc
* [FileSystem] Added shim
* [Asset] Added shim
* [Constants] Added shim
* [Font] Added shim
* Moved `FileSystem` changes to another PR #2674
* Moved `Constants` changes to another PR #2675
* Moved `Font` changes to another PR #2676
* Update packages/expo-asset/src/Asset.web.js
* Simplify PR changes
* Removed third-party expo extension
* fixed babel for modules in root
* Removed duplicate babel plugins
* [NCL] removed `src/`
* Added web template to `expo-yarn-workspaces`
* Changed web entry point to target `AppEntry`
* Update apps/native-component-list/webpack.config.js
* added `react-navigation`
* Slipping a `FileSystem` fix in o.o
* webpack updates
* removed service worker
* added support for jsx
* explicitly defined babel
* moved webpack to dev dependencies
* removed css
* fixed `__DEV__` debug value
* [Web] Updated for icons
* [Web] fix for constants transform
* [Web] Moved web entry point in to expo
* moved `KeepAwake` to #2732
* Added methods for using RN functions with RNWeb modules
* Made NCL components more platform friendly
* Moved changes to #2830
* Added simple web entry file
* updated gitignore for web
* relativePath -> absolutePath
* added support for `.json`
* `wrapWithExpoRoot` -> `withExpoRoot`
* providing `exp` from web
* Renamed `public` to `web`
* Added web version of `Systrace`
* Made the babel config exclusively a part of `babel.config.js`
* Fixed Notification error
* Update AppEntry.template.js
* Moved NCL changes to another PR
* Update registerRootComponent.web.tsx
* Added code to support routing
* Updated PWA icons
show more ...
|