vue-spinner icon indicating copy to clipboard operation
vue-spinner copied to clipboard

Error: "extract-text-webpack-plugin" loader is used without the corresponding plugin

Open EddyTheDove opened this issue 7 years ago • 3 comments

I have the following error when running npm run dev.

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 at Object.module.exports.pitch @ ./~/vue-spinner/src/PulseLoader.vue

  • Windows 7
  • node v4.4.7
  • Vue 2

EddyTheDove avatar Apr 12 '17 01:04 EddyTheDove

Vue-spinner is not support vue.js 2.0 yet.

greyby avatar Apr 12 '17 13:04 greyby

Is that right? I am using it right now in Vue 2.0. It works on MacOS but not on windows. Here is loading button with PulseLoader

screen shot 2017-04-13 at 1 12 37 am

EddyTheDove avatar Apr 12 '17 15:04 EddyTheDove

I am not using extract-text-webpack-plugin

vue-spinner is working for me on Windows

  • Windows 10
  • node v6
  • Vue 2
  • yarn

amoshydra avatar Jul 11 '17 08:07 amoshydra