Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的反应应用程序是使用 npx create-react-app 创建的,并且没有在本地服务器上加载对样式文件夹中所做更改的更改。这是 git 仓库, https://github.com/saulvg1/bottega-final
确保 webpack.config.js 文件具有 scss 或 css 文件类型的条目
resolve: { extensions: ['.js', '.jsx','css','scss'] },