Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. > Starting dev server...
  2.  
  3.  
  4.  ERROR  Failed to compile with 7 errors                                                                                                                                                     
  5.  error  in ./src/App.vue
  6.  
  7. Module build failed: Error: "extract-text-webpack-plugin" loader is used without the corresponding plugin, refer to https://github.com/webpack/extract-text-webpack-plugin for the usage example
  8.     at Object.module.exports.pitch (C:\Users\Charlie\Documents\RDS\rds\node_modules\extract-text-webpack-plugin\loader.js:25:9)
  9.  
  10.  @ ./src/App.vue 2:2-371
  11.  @ ./src/main.js
  12.  @ multi ./build/dev-client ./src/main.js
  13.  
  14.  error  in ./src/components/Dashboard.vue
  15.  
  16. Module build failed: Error: "extract-text-webpack-plugin" loader is used without the corresponding plugin, refer to https://github.com/webpack/extract-text-webpack-plugin for the usage example
  17.     at Object.module.exports.pitch (C:\Users\Charlie\Documents\RDS\rds\node_modules\extract-text-webpack-plugin\loader.js:25:9)
  18.  
  19.  @ ./src/components/Dashboard.vue 2:2-385
  20.  @ ./src/router/index.js
  21.  @ ./src/main.js
  22.  @ multi ./build/dev-client ./src/main.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement