mirror of https://github.com/status-im/metro.git
Do not include polyfills in the inlineRequiresBlacklistFiles transform option
Reviewed By: davidaurelio Differential Revision: D5834728 fbshipit-source-id: 7c531b2464fb0bda50fdfa527112313060f11a0c
This commit is contained in:
parent
4f31807cf8
commit
bfa19e9db0
|
@ -900,6 +900,7 @@ class Bundler {
|
||||||
...options,
|
...options,
|
||||||
entryFile,
|
entryFile,
|
||||||
rootEntryFile: entryFile,
|
rootEntryFile: entryFile,
|
||||||
|
prependPolyfills: false,
|
||||||
}).then(r => r.dependencies.map(d => d.path));
|
}).then(r => r.dependencies.map(d => d.path));
|
||||||
|
|
||||||
const {dev, hot, platform} = options;
|
const {dev, hot, platform} = options;
|
||||||
|
|
Loading…
Reference in New Issue