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>2020-05-06 11:25:38 +0300
committerdartcafe <github@dartcafe.de>2020-05-06 11:25:38 +0300
commitb2ac80dc58ab1b38c5d5133b1a10dcec6e76ae44 (patch)
treea8805c9f5abf34d9b4e00a69013d52bb1186425f /webpack.prod.js
parentcc7bc8f8e2e72ab9e35ba3b2ef76851f9fddd0a8 (diff)
fixes and layout
Diffstat (limited to 'webpack.prod.js')
-rw-r--r--webpack.prod.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/webpack.prod.js b/webpack.prod.js
index 2bfebd08..ab478809 100644
--- a/webpack.prod.js
+++ b/webpack.prod.js
@@ -10,9 +10,9 @@ module.exports = merge(common, {
parallel: true,
cache: true,
terserOptions: {
- ecma: 6
- }
- })
- ]
- }
+ ecma: 6,
+ },
+ }),
+ ],
+ },
})