Skip to content
Snippets Groups Projects
Commit 7c76250d authored by Jure's avatar Jure
Browse files

Update webpack.development.config.js

parent adeecfe8
No related branches found
No related tags found
1 merge request!15Update webpack.development.config.js
Pipeline #2699 passed with stage
in 3 minutes and 42 seconds
......@@ -47,7 +47,7 @@ module.exports = [
new webpack.NoEmitOnErrorsPlugin(),
new webpack.DefinePlugin({
'process.env': {
'NODE_ENV': JSON.stringify('dev')
'NODE_ENV': JSON.stringify('development')
}
}),
new CopyWebpackPlugin([
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment