Skip to content

Commit

Permalink
fix: add _experimentalImportInjection_ in stencil.config (#1158)
Browse files Browse the repository at this point in the history
See #369
  • Loading branch information
niclas18 authored Aug 3, 2022
1 parent 5b87e0c commit 2495eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ export const config: Config = {
],
extras: {
cloneNodeFix: true,
experimentalImportInjection: true,
},
};

0 comments on commit 2495eb5

Please sign in to comment.