Skip to content

Commit d56d6dc

Browse files
authored
feat: add rspack config (#153)
1 parent ad039b0 commit d56d6dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const buildTools = [
77
'rollup.config.*',
88
'tsup.config.*',
99
'webpack*',
10+
'rspack*',
1011
]
1112

1213
const testingTools = [
@@ -180,6 +181,7 @@ const libraries = [
180181
'uno.config.*',
181182
'unocss.config.*',
182183
'webpack.config.*',
184+
'rspack.config.*',
183185
'windi.config.*',
184186
...env,
185187
...testingTools,

0 commit comments

Comments
 (0)