mousemke / flounder

Style-able dropdown replacement for native dropdowns
MIT License
9 stars 10 forks source link

wrong entry point #155

Closed mousemke closed 5 years ago

mousemke commented 7 years ago

the package.json is linking to dist/flounder.js as an entry point, so webpack yells at you. it should be ./src/core/flounder.js

this prevents flounder being used as a component