Skip to content

Commit e7e25ef

Browse files
committed
fix
1 parent a2266fe commit e7e25ef

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

rsdoctor/rspack/rspack.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,8 @@ module.exports = {
3333
},
3434
{
3535
test: /\.css$/,
36-
use: [
37-
{
38-
loader: 'builtin:lightningcss-loader',
39-
},
40-
],
36+
use: ['builtin:lightningcss-loader'],
37+
type: 'css',
4138
},
4239
],
4340
},

0 commit comments

Comments
 (0)