It was fine last week, but an error was reported today
某草草2017-05-19 10:41:50
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
npm i vue-style-loader --save-dev
npm i css-loader --save-dev