react-starter-kit icon indicating copy to clipboard operation
react-starter-kit copied to clipboard

作者大大,能否告知下如何引入css-modules

Open renlindong opened this issue 8 years ago • 1 comments

renlindong avatar May 24 '17 11:05 renlindong

修改 webpack.config.js 把 const BASE_CSS_LOADER = 'css?sourceMap&-minimize' 改成 const BASE_CSS_LOADER = 'css?sourceMap&-minimize&module'

试试看看~

JesseZhao1990 avatar Jun 26 '17 09:06 JesseZhao1990