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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2021-12-13 13:31:40 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2021-12-13 13:31:40 +0300
commit62443b4b43ad3e03bed125fdd54e703b2ea7de87 (patch)
tree37b5b815c74c5c9e2b71241d815c4637b5641b81 /webpack.js
parentc8857b0d0faea51ce7e45fb163d43b5c84bb8d88 (diff)
Restore default terser config and get mapfiles back
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'webpack.js')
-rw-r--r--webpack.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/webpack.js b/webpack.js
index b9153a4e8..cd0189af2 100644
--- a/webpack.js
+++ b/webpack.js
@@ -78,15 +78,4 @@ webpackConfig.module.rules.push({
use: { loader: 'worker-loader' },
})
-webpackConfig.optimization.minimizer = [
- new TerserPlugin({
- terserOptions: {
- output: {
- comments: false,
- },
- },
- extractComments: false,
- }),
-]
-
module.exports = webpackConfig