seek-oss/css-modules-typescript-loader
Webpack loader to create TypeScript declarations for CSS Modules
JavaScriptMIT
Issues
- 1
Not working with css-loader 7.1.2
#51 opened by diabhoil - 0
find unused css classname?
#52 opened by muz3 - 0
Generate app.d.css.ts instead of app.css.d.ts
#49 opened by bhollis - 1
- 4
- 2
- 0
Definition file generated different in development compared to production mode
#46 opened by AmosguataCyberx - 0
- 2
Use with CRA without ejecting?
#21 opened by onpaws - 0
- 0
npm file inclusion
#43 opened by david-fong - 2
Empty css.d.ts file
#32 opened by ghostsquad - 7
Doesn't export fields with css-loader ^4.0.0
#39 opened by bjephson - 6
- 0
Support named exports
#37 opened by danieljuhl - 0
exporting of const=cssExports is redundant
#36 opened by quebits - 0
style-loader docs is missing
#35 opened by quebits - 1
Place css-modules-typescript-loader directly after css-loader in your webpack config
#18 opened by alexeychikk - 0
Format output using Prettier
#34 opened by borremosch - 5
CSS Selectors using hyphens aren't compile-time checked due to square bracket access
#26 opened by silbinarywolf - 0
Compatibility with modular-css
#28 opened by erykpiast - 3
- 0
declare const instead of var
#22 opened by danieljuhl - 1
Error: No exported locals found
#15 opened by kilgarenone - 4
Issue with verify mode and 2.0.0
#10 opened by bhollis - 1
Suggestion: use `type` instead of `interface`
#11 opened by OliverJAsh - 5
Disallow or gracefully handle CSS selectors with hyphens (ie. ".main--red")
#6 opened by silbinarywolf - 1
Using this alongside Cypress can cause an infinite loop due to Cypresses file watcher
#5 opened by silbinarywolf