about summary refs log tree commit diff
path: root/config/webpack/production.js
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-10-07 20:13:07 +0200
committerGitHub <noreply@github.com>2018-10-07 20:13:07 +0200
commitf1c3053d36bec58e7b258384fd372c1e45252e1d (patch)
tree2d72b2608e4bffe1f36039fa81b059ea75c0c656 /config/webpack/production.js
parent7cc78431092edb0996372bc93bbc398a34af2395 (diff)
parent611740ce81486282dea650e2fbfa50baef58c1b3 (diff)
Merge pull request #768 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'config/webpack/production.js')
-rw-r--r--config/webpack/production.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/webpack/production.js b/config/webpack/production.js
index aca37059e..30147cfe3 100644
--- a/config/webpack/production.js
+++ b/config/webpack/production.js
@@ -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,
           },