History log of /expo/apps/native-component-list/webpack.config.js (Results 1 – 9 of 9)
Revision Date Author Comments
# 43cf22e4 31-Oct-2022 Kudo Chien <[email protected]>

[ncl][expo] update react-native-skia to 0.1.157 (#19789)

# Why

fix https://github.com/Shopify/react-native-skia/issues/1030 for sdk 47

# How

- there're no meaningful native changes from 0.1

[ncl][expo] update react-native-skia to 0.1.157 (#19789)

# Why

fix https://github.com/Shopify/react-native-skia/issues/1030 for sdk 47

# How

- there're no meaningful native changes from 0.1.155 to 0.1.157, so we just update the _bundledNativeModules.json_
- revert the NCL webpack workaround from #19717

# Test Plan

- tested on sdk 47 expo go + @shopify/[email protected]
- NCL ci passed
- NCL - `yarn build:web`

show more ...


# c18d6168 28-Oct-2022 Kudo Chien <[email protected]>

[NCL] Fix skia web support (#19717)

# Why

ncl doesn't support @shopify/react-native-skia on web and publishing ci job is also failed: https://github.com/expo/expo/actions/runs/3313396371/jobs/547

[NCL] Fix skia web support (#19717)

# Why

ncl doesn't support @shopify/react-native-skia on web and publishing ci job is also failed: https://github.com/expo/expo/actions/runs/3313396371/jobs/5471317891

# How

- add `WithSkiaWeb` wrapper for web to wait for canvaskit loading
- add `dangerouslyAddModulePathsToTranspile` to transpile skia files for the nullish coalescing operators

# Test Plan

- ncl on web + skia
- for publish ncl web ci, test `yarn build:web`

show more ...


# 35f78160 01-Sep-2021 Bartosz Kaszubowski <[email protected]>

[eslint-config] remove `arrowParens` overwrite, reformat files (#14232)


# 2a7a0871 06-Aug-2020 Evan Bacon <[email protected]>

Fix webpack config monorepo reloading (#9575)


# 02ef6e17 30-Jan-2019 Evan Bacon <[email protected]>

[web] Resolving all redirected modules to `expo` (#3297)

* Resolving all redirected modules to `expo`

* Removed extra redirects
* Added web Platform to expo/web
* Created better `AssetSourceRes

[web] Resolving all redirected modules to `expo` (#3297)

* Resolving all redirected modules to `expo`

* Removed extra redirects
* Added web Platform to expo/web
* Created better `AssetSourceResolver`, and other image utils
* Fixed Linking bug

* Reduced babel included files to save ~20 seconds on the initial build

* Removed android

show more ...


# f72f424e 27-Jan-2019 Evan Bacon <[email protected]>

[web] Updated ExponentConstants.web (#3291)

* Updated ExponentConstants.web

* Added deviceName
* Added a browser agnostic `deviceId` with the single file lib `device-uuid`
* Added manifest by s

[web] Updated ExponentConstants.web (#3291)

* Updated ExponentConstants.web

* Added deviceName
* Added a browser agnostic `deviceId` with the single file lib `device-uuid`
* Added manifest by surfacing the PWA manifest through ENV with `webpack.config`
* Changed the warning to a log for `deviceYearClass`

* Updated manifest for better parity with native

* Changed how installation ID works

* Updated build

* Moved all globals

* Handle case where localStorage is unsupported

show more ...


# aedbeae3 22-Jan-2019 Evan Bacon <[email protected]>

[NCL] AV import fix (#3289)


# a08685eb 17-Jan-2019 Evan Bacon <[email protected]>

moved commands into config (#3201)


# 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 ...