Releases
v2.35.1
What's Changed
New Features 🎉
Bug Fixes 🐞
fix(swc): update binding to reduce package size by @JSerFeng in #4687
fix(builder): remove extra quote from generated CSS module types by @chenjiahan in #4639
fix(plugin): run async setup function in the correct order by @chenjiahan in #4681
fix(core): should not print extra logs when press Ctrl+C by @chenjiahan in #4661
fix(prod-server): error header key in other metaName by @GiveMe-A-Name in #4695
fix(builder): resolve-url-loader performance regression issue by @chenjiahan in #4659
fix(app-tools): failed to emit modern.config.json when distPath.root is absolute path by @chenjiahan in #4649
fix(prod-server): the server need use headersSent without use flushHeader by @GiveMe-A-Name in #4660
fix: ssr style link should not add scriptLoading attrributes by @GiveMe-A-Name in #4676
fix(builder): should not apply babel in rspack mode when tools.babel not modify config by @9aoy in #4648
fix(swc): fix transform core-js-pure incorrectly, allow using new decorator for js by @JSerFeng in #4680
fix(core): we should not pass it, if err is not instanceof Error. by @GiveMe-A-Name in #4647
fix: ssr loadable-component inject repeat css link tag by @GiveMe-A-Name in #4682
fix(libuild-plugin-node-polyfill): fix error resolve path by @targeral in #4688
Other Changes
chore(app-tools): add RouterPlugin name by @2heal1 in #4667
chore(builder): move duplicated prebundle packages to shared by @chenjiahan in #4666
chore(prod-server): remove duplicated logger module by @chenjiahan in #4650
chore(builder): apply chunkIds deterministic in Rspack mode production by @9aoy in #4654
chore(rspack): use DataURI module instead of rspack-plugin-virtual-module by @9aoy in #4644
refactor: split runtime utils into a seperate package by @xuchaobei in #4636
更新内容
新特性 🎉
Bug 修复 🐞
其他变更
chore(app-tools): 增加 RouterPlugin 名称 由 @2heal1 实现, 详情可查看 #4667
chore(builder): 合并重复的预打包 packages 到 shared 由 @chenjiahan 实现, 详情可查看 #4666
chore(prod-server): 移除重复的 logger 模块 由 @chenjiahan 实现, 详情可查看 #4650
chore(builder): 在 Rspack 模式下,生产环境开启 chunkIds 'deterministic' 由 @9aoy 实现, 详情可查看 #4654
chore(rspack): 使用 DataURI module 替代 rspack-plugin-virtual-module 由 @9aoy 实现, 详情可查看 #4644
refactor: runtime utils 单独拆分成一个包 由 @xuchaobei 实现, 详情可查看 #4636
You can’t perform that action at this time.