Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-01-03 00:26:54 +0300
committerdartcafe <github@dartcafe.de>2021-01-03 00:26:54 +0300
commit87158299168f911ae515bedbc7e2d59f8d3d6b41 (patch)
tree7d588b39c941d607040f0c53fda5e1d9a1200e0f /webpack.prod.js
parent533d19df584f36184c2338d173882fcda6217e46 (diff)
removed cache from terser config
Diffstat (limited to 'webpack.prod.js')
-rw-r--r--webpack.prod.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.prod.js b/webpack.prod.js
index 4df7a569..a197efea 100644
--- a/webpack.prod.js
+++ b/webpack.prod.js
@@ -8,7 +8,6 @@ module.exports = merge(common, {
minimizer: [
new TerserPlugin({
parallel: true,
- cache: true,
terserOptions: {
ecma: 6,
},