Skip to content

Commit 51d966b

Browse files
committed
docs: migration guide for plugin-commonjs upgrade
1 parent 18b0bab commit 51d966b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guide/migration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Vite 6 以降では、モダン API がデフォルトで Sass に使用され
3636
- [`build.cssMinify`](/config/build-options#build-cssminify) は、SSR ビルドの場合でもデフォルトで有効になりました。
3737
- [[#18209] refactor!: bump minimal terser version to 5.16.0](https://github.com/vitejs/vite/pull/18209)
3838
- [`build.minify: 'terser'`](/config/build-options#build-minify) でサポートされる最小の terser のバージョンが 5.4.0 から 5.16.0 に引き上げられました。
39+
- [[#18231] chore(deps): update dependency @rollup/plugin-commonjs to v28](https://github.com/vitejs/vite/pull/18231)
40+
- [`commonjsOptions.strictRequires`](https://github.com/rollup/plugins/blob/master/packages/commonjs/README.md#strictrequires) がデフォルトで `true` になりました(以前は `'auto'`)。
3941
- [[#18243] chore(deps)!: migrate `fast-glob` to `tinyglobby`](https://github.com/vitejs/vite/pull/18243)
4042
- 範囲指定の角括弧(`{01..03}``['01', '02', '03']`)および増分指定の角括弧(`{2..8..2}``['2', '4', '6', '8']`)は、glob 内でサポートされなくなりました。
4143

0 commit comments

Comments
 (0)