Changes since 24.7.0.alpha11
Fixes
-
Postpone frontend bootstrap file generation
Commit · Pull request · IssueGeneration of vaadin.ts bootstrap file allows developers to modify the contents by providing implementations of the TypeScriptBootstrapModifier interface. However, this task is executed early and the modifier may look for files that are not yet generated or that can be deleted by subsequent tasks. This change move the generation of the bootstrap file just before building the dev bundle so that all the runtime generated files are available to the modifiers.