epicmaxco / epic-spinners

Easy to use css spinners collection with Vue.js integration
https://epic-spinners.epicmax.co
3.84k stars 357 forks source link

package.json main should point to dist/ not src/ #23

Closed VinceG closed 5 years ago

VinceG commented 5 years ago

On this line

https://github.com/epicmaxco/epic-spinners/blob/master/package.json#L6

the main should point to the dist/lib folder rather than the source. on most webpack installation the module rules ignores node_modules folder so the src/ folder never gets compiled.

asvae commented 5 years ago

That's an approach problem from our side.

Moved to #32.