Skip to content

Commit

Permalink
Development bundle should not minify (maplibre#4989)
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum authored Nov 4, 2024
1 parent 6eeafe9 commit 03b69f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rollup_plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const plugins = (production: boolean): Plugin[] => [
sourceMap: true,
functions: ['PerformanceUtils.*']
}),
terser({
production && terser({
compress: {
pure_getters: true,
passes: 3
Expand Down

0 comments on commit 03b69f0

Please sign in to comment.