mirror of https://github.com/status-im/metro.git
Update blacklist.js
Summary: Since we rely on a non npm version of `react-tools` which includes docs and other unnecessary files we need to make sure we blacklist some of them as otherwise the packager fails Closes https://github.com/facebook/react-native/pull/3616 Reviewed By: svcscm Differential Revision: D2572024 Pulled By: mkonicek fb-gh-sync-id: 2082cd69e2ccddb275dfdc7db107d4ed6b826bbb
This commit is contained in:
parent
a55fc77f82
commit
05c282f251
|
@ -17,6 +17,8 @@ var sharedBlacklist = [
|
|||
'node_modules/react-tools/src/renderers/shared/event/EventPropagators.js',
|
||||
'node_modules/react-tools/src/renderers/shared/event/eventPlugins/ResponderEventPlugin.js',
|
||||
'node_modules/react-tools/src/shared/vendor/core/ExecutionEnvironment.js',
|
||||
'node_modules/react-tools/docs/js/react.js',
|
||||
'node_modules/react-tools/src/package.json',
|
||||
|
||||
// Those conflicts with the ones in react-tools/. We need to blacklist the
|
||||
// internal version otherwise they won't work in open source.
|
||||
|
|
Loading…
Reference in New Issue