Mirror: The spec-compliant minimum of client-side GraphQL.

chore: Remove `sourcesContent` from published sourcemaps (#56)

Changed files
+6 -1
.changeset
scripts
+5
.changeset/warm-numbers-attack.md
···
+
---
+
"@0no-co/graphql.web": patch
+
---
+
+
Remove sourcemaps' `sourcesContent` from published package
+1 -1
scripts/rollup.config.mjs
···
dir: './',
exports: 'auto',
sourcemap: true,
-
sourcemapExcludeSources: false,
+
sourcemapExcludeSources: true,
hoistTransitiveImports: false,
indent: false,
freeze: false,