@@ -113,10 +113,10 @@ mutation of the config object.
113113 - [ ` react-hot-loader/patch ` ] ( https://github.com/gaearon/react-hot-loader )
114114 - [ ` webpack-hot-middleware/client?reload=true ` ] ( https://github.com/glenjamin/webpack-hot-middleware )
115115 - Emulates the following environment variables:
116- - ` DEV_TOOLS ` &mdash ; It is set to * true* to signal the code that
117- Redux dev tools should be enabled;
118- - ` NODE_ENV ` &mdash ; It is set to * development* to inform any
116+ - ** ` BABEL_ENV ` ** &mdash ; It is set to * development* to inform any
119117 interested code that it is running in dev mode.
118+ - ** ` DEV_TOOLS ` ** &mdash ; It is set to * true* to signal the code that
119+ Redux dev tools should be enabled;
120120 - Adds the following plugins:
121121 - [ HotModuleReplacementPlugin] ( https://webpack.js.org/plugins/hot-module-replacement-plugin/ ) ;
122122 - [ NoEmitOnErrorsPlugin] ( https://webpack.js.org/plugins/no-emit-on-errors-plugin/ ) ;
@@ -128,7 +128,7 @@ mutation of the config object.
128128 it differs from that in the following:
129129 - * production* Babel environment is enforced;
130130 - Emulates the following environment variables:
131- - ` NODE_ENV ` &mdash ; It is set to * production* .
131+ - ** ` BABEL_ENV ` ** &mdash ; It is set to * production* .
132132 - Adds the following plugins:
133133 - [ OptimizeCssAssetsPlugin] ( https://www.npmjs.com/package/optimize-css-assets-webpack-plugin ) ;
134134 - [ UglifyJsPlugin] ( https://webpack.js.org/plugins/uglifyjs-webpack-plugin/ ) .
0 commit comments