Skip to content

Commit 2495eb5

Browse files
authored
fix: add _experimentalImportInjection_ in stencil.config (#1158)
See #369
1 parent 5b87e0c commit 2495eb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/stencil.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,6 @@ export const config: Config = {
8585
],
8686
extras: {
8787
cloneNodeFix: true,
88+
experimentalImportInjection: true,
8889
},
8990
};

0 commit comments

Comments
 (0)