@@ -889,19 +889,19 @@ exports[`uni-builder rspack > should generator rspack config correctly 1`] = `
889
889
" hints" : false ,
890
890
},
891
891
" plugins" : [
892
- {
893
- " name" : " RsbuildCorePlugin" ,
894
- },
895
- HotModuleReplacementPlugin {
896
- " name" : " HotModuleReplacementPlugin" ,
897
- },
898
892
CssExtractRspackPlugin {
899
893
" options" : {
900
894
" chunkFilename" : " static/css/async/[name].css" ,
901
895
" filename" : " static/css/[name].css" ,
902
896
" ignoreOrder" : true ,
903
897
},
904
898
},
899
+ {
900
+ " name" : " RsbuildCorePlugin" ,
901
+ },
902
+ HotModuleReplacementPlugin {
903
+ " name" : " HotModuleReplacementPlugin" ,
904
+ },
905
905
HtmlRspackPlugin {
906
906
" options" : {
907
907
" base" : false ,
@@ -2780,16 +2780,16 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
2780
2780
" hints" : false ,
2781
2781
},
2782
2782
" plugins" : [
2783
- {
2784
- " name" : " RsbuildCorePlugin" ,
2785
- },
2786
2783
CssExtractRspackPlugin {
2787
2784
" options" : {
2788
2785
" chunkFilename" : " static/css/async/[name].[contenthash:8].css" ,
2789
2786
" filename" : " static/css/[name].[contenthash:8].css" ,
2790
2787
" ignoreOrder" : true ,
2791
2788
},
2792
2789
},
2790
+ {
2791
+ " name" : " RsbuildCorePlugin" ,
2792
+ },
2793
2793
HtmlRspackPlugin {
2794
2794
" options" : {
2795
2795
" base" : false ,
@@ -4752,12 +4752,6 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
4752
4752
" hints" : false ,
4753
4753
},
4754
4754
" plugins" : [
4755
- {
4756
- " name" : " RsbuildCorePlugin" ,
4757
- },
4758
- HotModuleReplacementPlugin {
4759
- " options" : {},
4760
- },
4761
4755
MiniCssExtractPlugin {
4762
4756
" _sortedModulesCache" : WeakMap {},
4763
4757
" options" : {
@@ -4773,6 +4767,12 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
4773
4767
" linkType" : " text/css" ,
4774
4768
},
4775
4769
},
4770
+ {
4771
+ " name" : " RsbuildCorePlugin" ,
4772
+ },
4773
+ HotModuleReplacementPlugin {
4774
+ " options" : {},
4775
+ },
4776
4776
HtmlWebpackPlugin {
4777
4777
" options" : {
4778
4778
" base" : false ,
@@ -6091,9 +6091,6 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
6091
6091
" hints" : false ,
6092
6092
},
6093
6093
" plugins" : [
6094
- {
6095
- " name" : " RsbuildCorePlugin" ,
6096
- },
6097
6094
MiniCssExtractPlugin {
6098
6095
" _sortedModulesCache" : WeakMap {},
6099
6096
" options" : {
@@ -6109,6 +6106,9 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
6109
6106
" linkType" : " text/css" ,
6110
6107
},
6111
6108
},
6109
+ {
6110
+ " name" : " RsbuildCorePlugin" ,
6111
+ },
6112
6112
HtmlWebpackPlugin {
6113
6113
" options" : {
6114
6114
" base" : false ,
0 commit comments