File tree Expand file tree Collapse file tree 3 files changed +96
-89
lines changed
packages/builder/builder-rspack-provider Expand file tree Collapse file tree 3 files changed +96
-89
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @modern-js/builder-rspack-provider ' : patch
3
+ ---
4
+
5
+ feat(rspack-provider): update rspack to 0.1.11
6
+
7
+ feat(rspack-provider): 升级 rspack 相关依赖到 0.1.11
Original file line number Diff line number Diff line change 56
56
"@modern-js/types" : " workspace:*" ,
57
57
"@modern-js/utils" : " workspace:*" ,
58
58
"@babel/preset-typescript" : " ^7.17.12" ,
59
- "@rspack/core" : " 0.1.10 " ,
60
- "@rspack/dev-client" : " 0.1.10 " ,
61
- "@rspack/dev-middleware" : " 0.1.10 " ,
62
- "@rspack/plugin-html" : " 0.1.10 " ,
63
- "@rspack/postcss-loader" : " 0.1.10 " ,
59
+ "@rspack/core" : " 0.1.11 " ,
60
+ "@rspack/dev-client" : " 0.1.11 " ,
61
+ "@rspack/dev-middleware" : " 0.1.11 " ,
62
+ "@rspack/plugin-html" : " 0.1.11 " ,
63
+ "@rspack/postcss-loader" : " 0.1.11 " ,
64
64
"caniuse-lite" : " ^1.0.30001451" ,
65
65
"core-js" : " ~3.30.0" ,
66
66
"rspack-plugin-virtual-module" : " 0.1.0"
You can’t perform that action at this time.
0 commit comments