反应 web 开发服务器未实时检测到 sass 文件的更改

react web dev server not detecting changes to sass files live

我的 React 应用程序是使用 npx create-react-app 创建的,并且没有在本地服务器上加载样式文件夹中所做更改的更改。 这是 git 回购协议, https://github.com/saulvg1/bottega-final

确保 webpack.config.js 文件具有 scss 或 css 文件类型的条目

resolve: {
        extensions: ['.js', '.jsx','css','scss']
    },