sumcumo / vue-datepicker

A datepicker Vue component. Compatible with Vue 2.x.
https://sumcumo.github.io/vue-datepicker/
Apache License 2.0
75 stars 22 forks source link

12 Modify build settings #208

Closed mst101 closed 10 months ago

mst101 commented 1 year ago

Previously the IIFE and UMD builds were being overwritten by non-minified versions when the ESM build was run.

This prevents that from happening and simplifies the build process by having:

It also points the unpkg CDN to the newly named dist/vue-datepicker.umd.cjs file.