javascript - vue npm run dev error
PHP中文网
PHP中文网 2017-05-19 10:39:50
0
1
389

It was fine last week, but an error was reported today

PHP中文网
PHP中文网

认证0级讲师

reply all(1)
某草草

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-loadercss-loader

npm i vue-style-loader --save-dev
npm i css-loader --save-dev
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template