mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
build(rollup): enable inlineDynamicImports
This commit is contained in:
parent
77771712f9
commit
379df5aec8
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ export default ["es", "umd"].map((format) => {
|
|||
|
||||
return {
|
||||
input: "src",
|
||||
inlineDynamicImports: true,
|
||||
output: {
|
||||
format,
|
||||
file: UMD ? pkg.main : pkg.module,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue