mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36: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 {
|
return {
|
||||||
input: "src",
|
input: "src",
|
||||||
|
inlineDynamicImports: true,
|
||||||
output: {
|
output: {
|
||||||
format,
|
format,
|
||||||
file: UMD ? pkg.main : pkg.module,
|
file: UMD ? pkg.main : pkg.module,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue