Commit f389b72
feat: migrate bundler from microbundle to rolldown (#588)
* feat: replace microbundle with rolldown
- Remove microbundle, add rolldown as dev dependency
- Add rolldown.config.ts with ESM + CJS output for all entry points
- Update build scripts to use rolldown
- Update exports/browser/module fields for new output paths
- Remove source and unpkg fields (microbundle-specific / UMD dropped)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* build: rebuild dist with rolldown
- Single .mjs instead of modern.mjs + module.mjs
- Remove UMD output files
- Output is no longer minified (ESNext syntax)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: update README and HISTORY for v4.0.0
- Remove browser/UMD usage section from README
- Add v4.0.0 changelog entry to HISTORY
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8dd9b9e commit f389b72
File tree
33 files changed
+1679
-5427
lines changed- dist
- nodejs_stream
- whatwg_stream
33 files changed
+1679
-5427
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
1 | 9 | | |
2 | 10 | | |
3 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 21 | | |
28 | 22 | | |
29 | 23 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments