summaryrefslogtreecommitdiff
path: root/web-ui/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/webpack.config.js')
-rw-r--r--web-ui/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/webpack.config.js b/web-ui/webpack.config.js
index d77650df..52188879 100644
--- a/web-ui/webpack.config.js
+++ b/web-ui/webpack.config.js
@@ -26,7 +26,7 @@ module.exports = {
},
plugins: [copyWebpack, new webpack.DefinePlugin({
'process.env': {
- 'NODE_ENV': '"development"'
+ NODE_ENV: JSON.stringify('development')
}
})],
postcss: {}