Skip to content

Commit bccc071

Browse files
fix: specified without full loader module name
1 parent be0e3cc commit bccc071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const settings = {
2525
enforce: 'pre',
2626
test: /\.css$/,
2727
exclude: /node_modules/,
28-
loader: 'typed-css-modules'
28+
loader: 'typed-css-modules-loader'
2929
// or in case you want to use parameters:
3030
// loader: 'typed-css-modules?outDir=/tmp'
3131
// or in case you want to use noEmit:

0 commit comments

Comments
 (0)