greyby / vue-spinner

vue spinners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bloated bundle

victorwpbastos opened this issue · comments

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

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