ILYA

Results 3 issues of ILYA

This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...

I'm issuing to this code: https://github.com/seek-oss/css-modules-typescript-loader/blob/908d49159d1d8153c1da1a01078eb38ba255dcee/index.js#L9 `css-loader` (and `style-loader` as well) has no such export. So I think would be better to use something like this instead: ```js const cssModuleExport...

As I can see behaviour of the loader is tightly coupled with `style-loader` webpack's plugin. For example: `index.css` ```css .selector { /* */ } ``` `index.css.d.ts` ```d.ts // This file...