Skip to content

Commit

Permalink
fix(config): allow lazy loading for bundle like vite
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Esteves <[email protected]>
  • Loading branch information
aesteves60 committed Nov 5, 2024
1 parent 51dea32 commit bf41228
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ods/src/config/stencil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ function getStencilConfig({ args, componentCorePackage, devScript, jestOption =
devServer: {
startupTimeout: 30000,
},
extras: {
enableImportInjection: true,
},
namespace,
outputTargets: [
{
Expand Down

0 comments on commit bf41228

Please sign in to comment.