We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c15ea7 commit 62b1d9fCopy full SHA for 62b1d9f
src/index.ts
@@ -52,7 +52,7 @@ export const pluginTypedCSSModules = (): RsbuildPlugin => ({
52
}
53
54
rule
55
- .use(CHAIN_ID.USE.CSS_MODULES_TS)
+ .use('css-modules-typescript')
56
.loader(path.resolve(__dirname, './loader.cjs'))
57
.options({
58
modules: cssLoaderOptions.modules,
0 commit comments