greyby / vue-spinner

vue spinners
MIT License
1.81k stars 176 forks source link

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

Open EddyTheDove opened 7 years ago

EddyTheDove commented 7 years ago

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

greyby commented 7 years ago

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

EddyTheDove commented 7 years ago

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

amoshydra commented 7 years ago

I am not using extract-text-webpack-plugin

vue-spinner is working for me on Windows