Skip to content

Commit

Permalink
Merge pull request #7734 from camptocamp/dist
Browse files Browse the repository at this point in the history
Fix dist to be compressed
  • Loading branch information
sbrunner authored Nov 24, 2021
2 parents 8d07c26 + d315393 commit 6e9307a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = function () {
optimization: {
minimizer: [
new TerserPlugin({
exclude: /^(?!.*mapillary\.js$).*$/,
exclude: /.*mapillary\.js$/,
parallel: true,
sourceMap: true,
terserOptions: {
Expand Down

0 comments on commit 6e9307a

Please sign in to comment.