We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f0ac6 commit 8c84590Copy full SHA for 8c84590
.changeset/shy-pandas-learn.md
@@ -0,0 +1,5 @@
1
+---
2
+'sv': patch
3
4
+
5
+fix: don't generate sourcemaps for release
rollup.config.js
@@ -107,7 +107,7 @@ function getConfig(project) {
107
output: {
108
dir: outDir,
109
format: 'esm',
110
- sourcemap: true
+ sourcemap: !process.env.CI
111
},
112
external,
113
plugins: [
0 commit comments