摘要: If you try to use CSS Modules in TypeScript the same way you would use them in JavaScript, with webpack’s css-loader, you’ll see an error: ”TS2307: Ca 阅读全文
posted @ 2018-01-26 20:13 Zhentiw 阅读(496) 评论(0) 推荐(0)
摘要: The idea is change from: to: To do that, we need to modify tsconfig.json file: 阅读全文
posted @ 2018-01-26 03:22 Zhentiw 阅读(217) 评论(0) 推荐(0)