Browse Source
Merge pull request #6694 from nextcloud/fix/webpack-mapfiles
Restore default terser config and get mapfiles back
pull/6704/head
Joas Schilling
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
11 deletions
-
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 |