react-weui icon indicating copy to clipboard operation
react-weui copied to clipboard

css模块化

Open calmound opened this issue 8 years ago • 1 comments

你好,请教一个问题,我引用了weui css,并且webpack配置css模块化,这样就会导致,全局的weui的css的class都变成hash值,导致无法生效,有什么好的解决办法么?

calmound avatar Aug 18 '17 09:08 calmound

引用时直接import('style-loader!css-loader?xxx.css'),或者在webpack配置里exclude weui的css。

kokororin avatar Aug 18 '17 10:08 kokororin