[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:
Amjad Masad 2015-08-14 10:30:19 -07:00
parent 91c8362176
commit 8bd1cb8cce
1 changed files with 1 additions and 0 deletions

View File

@ -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",