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

chore: Exclude `sourcesContent` from published sourcemaps

Changed files
+6 -1
.changeset
scripts
+5
.changeset/eager-rats-repeat.md
···
+
---
+
'wonka': patch
+
---
+
+
Exclude `sourcesContent` from published sourcemaps
+1 -1
scripts/rollup.config.mjs
···
dir: './dist',
exports: 'named',
sourcemap: true,
-
sourcemapExcludeSources: false,
+
sourcemapExcludeSources: true,
indent: false,
freeze: false,
strict: false,