Do not include polyfills in the inlineRequiresBlacklistFiles transform option

Reviewed By: davidaurelio

Differential Revision: D5834728

fbshipit-source-id: 7c531b2464fb0bda50fdfa527112313060f11a0c
This commit is contained in:
Rafael Oleza 2017-09-14 14:01:47 -07:00 committed by Facebook Github Bot
parent 4f31807cf8
commit bfa19e9db0
1 changed files with 1 additions and 0 deletions

View File

@ -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;