You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generation 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.
Fixes#20946
0 commit comments