File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# typed-css-modules-loader
2
2
3
3
Simplest webpack loader for https://github.com/Quramy/typed-css-modules
4
- Has no configuration atm.
5
4
6
- I suggest using it as preloader. It will generate ` .css.d.ts ` files near the ` .css `
7
- Please take a look at [ this discussion] ( https://github.com/Quramy/typed-css-modules/issues/2 ) to make a decision.
5
+ I suggest using it as preloader. Unless you change the options (see below), it
6
+ will generate ` .css.d.ts ` files near the ` .css ` . Please take a look at
7
+ [ this discussion] ( https://github.com/Quramy/typed-css-modules/issues/2 ) to make a decision.
8
+
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
12
+ [ DtsCreator constructor] ( https://github.com/Quramy/typed-css-modules#new-dtscreatoroption ) .
13
+
8
14
9
15
``` js
10
16
You can’t perform that action at this time.
0 commit comments