Skip to content

Commit

Permalink
build: use enableImportInjection extras config option instead of th…
Browse files Browse the repository at this point in the history
…e deprecated `experimentalImportInjection` (#8200)

**Related Issue:** N/A

## Summary

✨🧹✨

Co-authored-by: Ben Elan <no-reply@benelan.dev>
  • Loading branch information
jcfranco and benelan committed Nov 29, 2023
1 parent 5ff727f commit 1c01413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calcite-components/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const create: () => Config = () => ({
},
preamble: `All material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://github.com/Esri/calcite-design-system/blob/main/LICENSE.md for details.\nv${version}`,
extras: {
experimentalImportInjection: true,
enableImportInjection: true,
scriptDataOpts: true,
},
});
Expand Down

0 comments on commit 1c01413

Please sign in to comment.