File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ Vite 6 からは、`json.stringify: true` が設定されていても、`json.na
2020
2121Vite 6 では、` json.stringify ` の新しいデフォルト値として ` 'auto' ` が導入されました。これは、大きな JSON ファイルのみを文字列化します。この動作を無効にするには、` json.stringify: false ` を設定します。
2222
23+ ### postcss-load-config
24+
25+ [ ` postcss-load-config ` ] ( https://npmjs.com/package/postcss-load-config ) が v4 から v6 に更新されました。TypeScript の postcss 設定ファイルを読み込むために、[ ` ts-node ` ] ( https://www.npmjs.com/package/ts-node ) の代わりに [ ` tsx ` ] ( https://www.npmjs.com/package/tsx ) か [ ` jiti ` ] ( https://www.npmjs.com/package/jiti ) が必要になりました。また、YAML の postcss 設定ファイルを読み込むために [ ` yaml ` ] ( https://www.npmjs.com/package/yaml ) が必要になりました。
26+
2327### Sass はデフォルトでモダン API を使用するようになりました
2428
2529Vite 5 では、Sass にはデフォルトでレガシーAPI が使用されていました。Vite 5.4 では、モダン API のサポートが追加されました。
You can’t perform that action at this time.
0 commit comments