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.
sourcesContent
1 parent 45e307f commit 840e5b4Copy full SHA for 840e5b4
.changeset/warm-numbers-attack.md
@@ -0,0 +1,5 @@
1
+---
2
+"@0no-co/graphql.web": patch
3
4
+
5
+Remove sourcemaps' `sourcesContent` from published package
scripts/rollup.config.mjs
@@ -83,7 +83,7 @@ const commonOutput = {
83
dir: './',
84
exports: 'auto',
85
sourcemap: true,
86
- sourcemapExcludeSources: false,
+ sourcemapExcludeSources: true,
87
hoistTransitiveImports: false,
88
indent: false,
89
freeze: false,
0 commit comments