Commit 3875d39
committed
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.23...v3.0.0) (2026-06-04)
* feat!: vite 8 / rolldown compatibility ([#76](#76)) ([17052c1](17052c1)), closes [vite.dev/guide/migration#require-calls-for-externalized-modules](https://github.com/vite.dev/guide/migration/issues/require-calls-for-externalized-modules)
### BREAKING CHANGES
* targets Vite 8+ as the supported runtime. Output may
include one additional virtual chunk per require()-mapped specifier.
* test(plugin): cover require() of mapped specifier
test(fixtures): add cjs fixture for require() tests
* test(plugin): cover mixed import + require for the same specifier
test(fixtures): add mixed import + require fixture
* test(plugin): cover require() of unmapped dependency
* docs(readme): document Vite 8 / Rolldown require handling1 parent 17052c1 commit 3875d39
3 files changed
Lines changed: 26 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
1 | 24 | | |
2 | 25 | | |
3 | 26 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments