react-native/local-cli/server/util/debugger-ui
Rafael Oleza 0bbd9f042a BREAKING: Bump metro-bundler to v0.21.0
Summary:
`metro-bundler` v0.21 contains a rewritten bundling mechanism, with simplified logic and much faster rebuild times, called delta bundler. This release contains a couple of breaking changes:

* Now, when using a custom transformer, the list of additional babel plugins to apply are passed to the `transform()` method. These are used in non-dev mode for optimization purposes (Check 367a5f5db8 (diff-40653f0c822ac59a5af13d5b4ab31d84) to see how to handle them from the transformer).
* Now, when using a custom transformer outputting `rawMappings`, the transformer does not need to call the `compactMappings` method before returning (check d74685fd1d (diff-40653f0c822ac59a5af13d5b4ab31d84) for more info).
* We've removed support for two config parameters: `postProcessModules` and `postProcessBundleSourcemap`.

Reviewed By: davidaurelio

Differential Revision: D6186035

fbshipit-source-id: 242c5c2a954c6b9b6f339d345f888eaa44704579
2017-11-08 09:16:30 -08:00
..
DeltaPatcher.js Add Delta Bundler client to JS remote debugger 2017-09-29 05:45:38 -07:00
debuggerWorker.js Move debugger client code to its own folder 2017-09-26 05:17:40 -07:00
deltaUrlToBlobUrl.js Add Source Map support to e2e deltas in chrome debugger 2017-09-29 05:45:38 -07:00
index.html BREAKING: Bump metro-bundler to v0.21.0 2017-11-08 09:16:30 -08:00