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

引入element-theme-default 报错

Open sherryhhx opened this issue 6 years ago • 1 comments

ERROR in ./node_modules/element-theme-default/lib/index.css Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleParseError: Module parse failed: Unexpected character '' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders

这个是什么问题 怎么解决呢

sherryhhx avatar Dec 02 '19 13:12 sherryhhx

https://segmentfault.com/q/1010000009891085/a-1020000009891429 把你的webpack的配置文件中 include删掉就好了,它没法编译scss文件了

awesomepeng avatar Dec 04 '19 07:12 awesomepeng