Skip to content

Commit 7bdf9fb

Browse files
johnjenkinsJohn Jenkins
andauthored
fix(dist-custom-elements): apply initializeNextTick config setting (#6382)
Co-authored-by: John Jenkins <[email protected]>
1 parent 444596c commit 7bdf9fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compiler/output-targets/dist-custom-elements/custom-elements-build-conditionals.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ export const getCustomElementsBuildConditionals = (
2525
build.hydrateServerSide = false;
2626
build.asyncQueue = config.taskQueue === 'congestionAsync';
2727
build.taskQueue = config.taskQueue !== 'immediate';
28+
build.initializeNextTick = config.extras.initializeNextTick;
29+
2830
updateBuildConditionals(config, build);
2931
build.devTools = false;
3032

0 commit comments

Comments
 (0)