我当前正在使用基于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";
任何人都可以协助完成正确的配置吗?