Skip to content

Commit 33849a0

Browse files
authored
Update README.md
1 parent af07195 commit 33849a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ const settings = {
2222
{
2323
test: /\.css$/,
2424
exclude: /node_modules/,
25-
loader: 'typed-css-modules-loader'
25+
loader: 'typed-css-modules'
26+
// or in case you want to use parameters:
27+
// loader: 'typed-css-modules?option.outDir=/tmp'
2628
}
2729
],
2830
}

0 commit comments

Comments
 (0)