Skip to content
Snippets Groups Projects
Unverified Commit 29cf8432 authored by Camille Villa's avatar Camille Villa Committed by GitHub
Browse files

Merge pull request #1924 from ProjectMirador/reduce-bundle-size

Updates webpack terser options to reduce bundle size
parents 67d8096d 4cec90bb
Branches
Tags
No related merge requests found
...@@ -86,7 +86,7 @@ const baseConfig = [ ...@@ -86,7 +86,7 @@ const baseConfig = [
minimizer: [ minimizer: [
new TerserPlugin({ new TerserPlugin({
terserOptions: { terserOptions: {
mangle: false, keep_fnames: true,
}, },
}), }),
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment