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

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

authored by kitten.sh and committed by GitHub 840e5b4e 45e307f1

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