It was fine last week, but an error was reported today
认证0级讲师
Try to comment out the css configuration part in the webpack configuration
// { // test:/\.css$/, // loader:'css-loader!style-loader', // },
If it doesn’t work, reinstall itvue-style-loader 跟css-loader
vue-style-loader
css-loader
npm i vue-style-loader --save-dev npm i css-loader --save-dev
Try to comment out the css configuration part in the webpack configuration
If it doesn’t work, reinstall it
vue-style-loader
跟css-loader