使用SRA的CRA不正确的Webpack配置进行反应-加载程序不起作用

时间:2018-10-24 00:20:56

标签: reactjs webpack sass webpack-dev-server

我当前正在使用基于CRA的应用程序,试图将其与Material Components Web一起使用。我已经编辑了我的dev配置,以包括对scss加载程序的建议更改,但仍然出现以下编译错误,提示webpack无法找到正确的模块。

  

./ node_modules/@material/button/mdc-button.scss)模块构建失败:   未定义^导入文件未找到或不可读:   @ material / ripple / common。在   C:\ Users \ johnstonb \ Documents \ Project \ cloudify \ node_modules @ material \ button \ mdc-button.scss   (第23行,第1列)

我的webpack.config.dev.js和package.json

https://codepen.io/ben-johnston/pen/dggJPp

import  "@material/button/mdc-button.scss";

任何人都可以协助完成正确的配置吗?

0 个答案:

没有答案