mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
Document DatePicker
usage with a Rollup set-up (#990)
* chore(example): add inlineDynamicImports: true * docs(date-picker): add note for using DatePicker with Rollup Closes #986
This commit is contained in:
parent
502f9379fa
commit
01a548fee0
2 changed files with 11 additions and 1 deletions
|
@ -9,6 +9,7 @@ const production = !process.env.ROLLUP_WATCH;
|
|||
|
||||
export default {
|
||||
input: "src/index.js",
|
||||
inlineDynamicImports: true,
|
||||
output: {
|
||||
sourcemap: !production,
|
||||
format: "iife",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue