File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ will generate `.css.d.ts` files near the `.css`. Please take a look at
7
7
[ this discussion] ( https://github.com/Quramy/typed-css-modules/issues/2 ) to make a decision.
8
8
9
9
You can affect how ` typed-css-modules ` behaves by using query parameters. The loader
10
- will pass on any query parameters you send give it to the constructor of the DtsCreator
11
- class. For more info on available options, have a look at the
10
+ will pass any query parameters you specify to the constructor of the ` DtsCreator `
11
+ class. For more info on available options, please take a look here:
12
12
[ DtsCreator constructor] ( https://github.com/Quramy/typed-css-modules#new-dtscreatoroption ) .
13
13
14
14
@@ -23,6 +23,8 @@ const settings = {
23
23
test: / \. css$ / ,
24
24
exclude: / node_modules/ ,
25
25
loader: ' typed-css-modules'
26
+ // or in case you want to use parameters:
27
+ // loader: 'typed-css-modules?outDir=/tmp'
26
28
}
27
29
],
28
30
}
You can’t perform that action at this time.
0 commit comments