Skip to content

Commit

Permalink
build: Update sourcemap config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Nov 20, 2024
1 parent 1cc8c5e commit 4934c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function generateOutputs(config, options) {
name: config.name,
banner,
globals: config.globals,
sourcemap: PROD,
sourcemap: PROD ? 'hidden' : false,
plugins: PROD && minify ? [terser()] : [],
})
} else {
Expand Down

0 comments on commit 4934c10

Please sign in to comment.