[react-native] Add babel-plugin-node-env-inline plugin
Summary: Check in the `process.env.NODE_ENV` inline plugin. This will be used in conjuction with uglifyjs to eliminate dead code resulting from environment checks.
This commit is contained in:
parent
91c8362176
commit
8bd1cb8cce
|
@ -49,6 +49,7 @@
|
|||
"absolute-path": "0.0.0",
|
||||
"babel": "5.4.3",
|
||||
"babel-core": "5.6.4",
|
||||
"babel-plugin-node-env-inline": "^1.0.1",
|
||||
"chalk": "1.0.0",
|
||||
"connect": "2.8.3",
|
||||
"debug": "2.1.0",
|
||||
|
|
Loading…
Reference in New Issue