- webpack4 must use MiniCssExtractPlugin when using sourceMap in css-loader
- but using MiniCssExtractPlugin will cause the page not to refresh when the css is modified
- there is no way to see the location of the css code in the file in the chrome method without using sourceMap
has anyone encountered this problem