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

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Phil Pluckthun and committed by
GitHub
840e5b4e 45e307f1

+6 -1
+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,