feat: upgrade flatpickr and use ESM entry #249 (#489)

This commit is contained in:
Eric Liu 2021-01-21 14:21:17 -08:00 committed by GitHub
commit 74e883a47c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 17 deletions

View file

@ -1,5 +1,5 @@
import flatpickr from "flatpickr";
import rangePlugin from "flatpickr/dist/plugins/rangePlugin";
import rangePlugin from "flatpickr/dist/esm/plugins/rangePlugin";
let l10n;