Decouple the Worker options from the Babel Transformer options

Reviewed By: jeanlauliac

Differential Revision: D7894079

fbshipit-source-id: 40cbd991690f25f8c0f045c42a0105d74d516803
This commit is contained in:
Rafael Oleza 2018-05-11 15:05:15 -07:00 committed by Facebook Github Bot
parent 8125be942b
commit b762f5293e
1 changed files with 0 additions and 2 deletions

View File

@ -49,11 +49,9 @@ module.exports = {
filename: file,
localPath: file,
options: {
assetDataPlugins: [],
ast: true, // needed for open source (?) https://github.com/facebook/react-native/commit/f8d6b97140cffe8d18b2558f94570c8d1b410d5c#r28647044
dev: true,
inlineRequires: true,
minify: false,
platform: '',
projectRoot: '',
retainLines: true,