File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default defineConfig({
1818 source : {
1919 entry : {
2020 index : './src/index.ts' ,
21- LibCssExtractLoader : './src/css/LibCssExtractLoader .ts' ,
21+ libCssExtractLoader : './src/css/libCssExtractLoader .ts' ,
2222 } ,
2323 define : {
2424 RSLIB_VERSION : JSON . stringify ( require ( './package.json' ) . version ) ,
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ const pluginLibCss = (rootDir: string): RsbuildPlugin => ({
136136 if ( rule . uses . has ( CHAIN_ID . USE . MINI_CSS_EXTRACT ) ) {
137137 rule
138138 . use ( CHAIN_ID . USE . MINI_CSS_EXTRACT )
139- . loader ( require . resolve ( './LibCssExtractLoader .js' ) )
139+ . loader ( require . resolve ( './libCssExtractLoader .js' ) )
140140 . options ( {
141141 rootDir,
142142 } ) ;
You can’t perform that action at this time.
0 commit comments