Use CSS Modules in React components with Typescript built by webpack

前端 未结 5 978
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 18:57

I want to use the css-loader with the \'modules\' option of webpack in a React application written in Typescript. This example was my starting point (they are using Babel, w

5条回答
  •  独厮守ぢ
    2020-12-15 19:27

    You can use https://github.com/Quramy/typed-css-modules, which creates .d.ts files from CSS Modules .css files. Please see also https://github.com/css-modules/css-modules/issues/61#issuecomment-220684795

提交回复
热议问题