Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

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

chore: Exclude `sourcesContent` from published sourcemaps

+6 -1
+5
.changeset/eager-rats-repeat.md
··· 1 + --- 2 + 'wonka': patch 3 + --- 4 + 5 + Exclude `sourcesContent` from published sourcemaps
+1 -1
scripts/rollup.config.mjs
··· 97 97 dir: './dist', 98 98 exports: 'named', 99 99 sourcemap: true, 100 - sourcemapExcludeSources: false, 100 + sourcemapExcludeSources: true, 101 101 indent: false, 102 102 freeze: false, 103 103 strict: false,