Stringify so it remains a string

This commit is contained in:
joshaber 2016-11-10 09:24:53 -05:00
parent f547a59e5d
commit cb53bcac20

View file

@ -22,7 +22,7 @@ const config = {
new webpack.HotModuleReplacementPlugin(),
new webpack.DefinePlugin(Object.assign({}, {
__DEV__: true,
__RELEASE_ENV__: 'development'
__RELEASE_ENV__: JSON.stringify('development')
}, common.replacements))
],
module: common.module,