mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
chore(example): add inlineDynamicImports: true
This commit is contained in:
parent
e4a4f136fa
commit
014f7bfd7b
1 changed files with 1 additions and 0 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