Add datepicker to timeline.

This commit is contained in:
Dermot Duffy
2023-03-28 19:57:26 -07:00
parent c7cab98786
commit 8c606b296f
10 changed files with 126 additions and 21 deletions
+3 -2
View File
@@ -91,11 +91,12 @@ const config = {
}),
},
plugins: plugins,
// These two files use this at the toplevel, which causes rollup warning
// spam on build: `this` has been rewritten to `undefined`
// These files use this at the toplevel, which causes rollup warning
// spam on build: `this` has been rewritten to `undefined`.
moduleContext: {
'./node_modules/@formatjs/intl-utils/lib/src/diff.js': 'window',
'./node_modules/@formatjs/intl-utils/lib/src/resolve-locale.js': 'window',
'./node_modules/flatpickr/dist/esm/index.js': 'window',
},
};