Merge branch 'master' into glitch-soc/merge-upstream

This commit is contained in:
Thibaut Girka
2018-10-07 19:47:56 +02:00
50 changed files with 1503 additions and 60 deletions

View File

@@ -50,11 +50,11 @@ module.exports = merge(sharedConfig, {
minimize: true,
minimizer: [
new UglifyJsPlugin({
cache: true,
parallel: true,
sourceMap: true,
uglifyOptions: {
mangle: true,
compress: {
warnings: false,
},