motss / app-datepicker

Datepicker element built with Google's lit and Material Design 2021
https://npm.im/app-datepicker
MIT License
178 stars 51 forks source link

export statement added for rollup #186

Closed ham99 closed 4 years ago

ham99 commented 4 years ago

rollup does not work in a stenciljs project without this export statement

motss commented 4 years ago

@ham99 Thanks for submitting the PR request. However, this does not seem like a sound solution as it has nothing to do with native ES modules but a bundling issue. I've fixed it in c4b69fef82f36934c40fd6f3073c7ba1727c1854 and tested with Stencil. It should work now.