chemerisuk / better-dateinput-polyfill

input[type=date] polyfill
http://chemerisuk.github.io/better-dateinput-polyfill/
MIT License
259 stars 58 forks source link

Use in the contect of webpack #128

Closed thomasdarde closed 3 years ago

thomasdarde commented 4 years ago

Hello,

I was not able to use this polyfill with webpack, do you know if any resource exists showing how to do that ?

chemerisuk commented 3 years ago

@thomasdarde try to test v4 (demo at http://chemerisuk.github.io/better-dateinput-polyfill/). It has no dependencies so the setup should be easier - just include script file into your bundle.

thomasdarde commented 3 years ago

Thanks for the reply ! I did switch to https://www.npmjs.com/package/configurable-date-input-polyfill , but maybe it was only because I was not sufficiently familiar with webpack at the time