mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
Decouple the Worker options from the Babel Transformer options
Reviewed By: jeanlauliac Differential Revision: D7894079 fbshipit-source-id: 40cbd991690f25f8c0f045c42a0105d74d516803
This commit is contained in:
parent
8125be942b
commit
b762f5293e
@ -49,11 +49,9 @@ module.exports = {
|
|||||||
filename: file,
|
filename: file,
|
||||||
localPath: file,
|
localPath: file,
|
||||||
options: {
|
options: {
|
||||||
assetDataPlugins: [],
|
|
||||||
ast: true, // needed for open source (?) https://github.com/facebook/react-native/commit/f8d6b97140cffe8d18b2558f94570c8d1b410d5c#r28647044
|
ast: true, // needed for open source (?) https://github.com/facebook/react-native/commit/f8d6b97140cffe8d18b2558f94570c8d1b410d5c#r28647044
|
||||||
dev: true,
|
dev: true,
|
||||||
inlineRequires: true,
|
inlineRequires: true,
|
||||||
minify: false,
|
|
||||||
platform: '',
|
platform: '',
|
||||||
projectRoot: '',
|
projectRoot: '',
|
||||||
retainLines: true,
|
retainLines: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user