Closed grvcoelho closed 7 years ago
The way WebpackDefine plugin works, is overriding any process.env variables in Runtime.
new Webpack.DefinePlugin({ 'process.env': { 'ENV': JSON.stringify('production'), 'NODE_ENV': JSON.stringify('production'), }
closed by #181
Description
The way WebpackDefine plugin works, is overriding any process.env variables in Runtime.