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 4934c10 commit 791709a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/rollup.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ function generateOutputs(config, options) {
name: config.name,
banner,
globals: config.globals,
sourcemap: PROD ? 'hidden' : false,
plugins: PROD && minify ? [terser()] : [],
})
} else {
Expand Down

0 comments on commit 791709a

Please sign in to comment.