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
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ const baseConfig = [
minimizer: [
new TerserPlugin({
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