Skip to content

Commit

Permalink
fix: don't generate sourcemaps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Dec 24, 2024
1 parent 93f0ac6 commit 155e5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function getConfig(project) {
output: {
dir: outDir,
format: 'esm',
sourcemap: true
sourcemap: !process.env.CI
},
external,
plugins: [
Expand Down

0 comments on commit 155e5eb

Please sign in to comment.