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
parent
commit
d046374146
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      webpack.js

11
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
Loading…
Cancel
Save