Skip to content
Snippets Groups Projects
Commit 6d8dbd3c authored by Bartłomiej Górnicki's avatar Bartłomiej Górnicki
Browse files

Merge branch 'chore/simplify-webpack-config' into 'master'

fix: update version with newest dependencies

See merge request hive-renderer!2
parents 841497ea e05b4389
No related branches found
No related tags found
1 merge request!557Move hive renderer to internal packages
......@@ -25,7 +25,7 @@ module.exports = {
rules: []
},
optimization: {
minimize: (DEFAULTS.isDevelopment ? false : true)
minimize: (!DEFAULTS.isDevelopment)
},
performance: {
hints: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment