mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
6c84b505c7
## Summary Overlooked when was working on https://github.com/facebook/react/pull/26887. - Added `webpack` packages as dev dependencies to `react-devtools-core`, because it calls webpack to build - Added `process` package as dev dependency, because it is injected with `ProvidePlugin` (otherwise fails with Safari usage) - Updated rule for sourcemaps - Listed required externals for `standalone` build Tested on RN application & Safari