greyby / vue-spinner

vue spinners
MIT License
1.8k stars 176 forks source link

Bloated bundle #11

Open victorwpbastos opened 7 years ago

victorwpbastos commented 7 years ago

Why bundle css-loader and style-loader inside the vue-spinner.js? If you remove these dependencies, the final bundle would be much smaller.

greyby commented 7 years ago

These are required by vue-loader. I just manually install these peer dependencies. Refer this issue