Skip to content

Commit

Permalink
Fix dist to be compressed
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 24, 2021
1 parent b835a99 commit d315393
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 d315393

Please sign in to comment.