@@ -114,9 +114,10 @@ mutation of the config object.
114114    -  [ ` webpack-hot-middleware/client?reload=true ` ] ( https://github.com/glenjamin/webpack-hot-middleware ) 
115115  -  Emulates the following environment variables:
116116    -  ** ` BABEL_ENV ` **  &mdash ;  It is set to * development*  to inform any
117-       interested code that it is running in dev mode. 
117+       interested code that it is running in dev mode; 
118118    -  ** ` DEV_TOOLS ` **  &mdash ;  It is set to * true*  to signal the code that
119119      Redux dev tools should be enabled;
120+     -  ** ` NODE_ENV ` **  &mdash ;  It is set to * development* .
120121  -  Adds the following plugins:
121122    -  [ HotModuleReplacementPlugin] ( https://webpack.js.org/plugins/hot-module-replacement-plugin/ ) ;
122123    -  [ NoEmitOnErrorsPlugin] ( https://webpack.js.org/plugins/no-emit-on-errors-plugin/ ) ;
@@ -128,7 +129,8 @@ mutation of the config object.
128129  it differs from that in the following:
129130  -  * production*  Babel environment is enforced;
130131  -  Emulates the following environment variables:
131-     -  ** ` BABEL_ENV ` **  &mdash ;  It is set to * production* .
132+     -  ** ` BABEL_ENV ` **  &mdash ;  It is set to * production* ;
133+     -  ** ` NODE_ENV ` **  &mdash ;  It is set to * production* .
132134  -  Adds the following plugins:
133135    -  [ OptimizeCssAssetsPlugin] ( https://www.npmjs.com/package/optimize-css-assets-webpack-plugin ) ;
134136    -  [ UglifyJsPlugin] ( https://webpack.js.org/plugins/uglifyjs-webpack-plugin/ ) .
0 commit comments