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
Implementing maven plugin logics (prepare-frontend, build-frontend and Hilla mojos) at build time could remove the need to add the Vaadin maven plugin to the end-user project, simplifying the setup (and the code-starts). The extension could implement interfaces from the Flow base plugin module and add necessary build steps. build-frontendlogics will be added to a build step that runs only for production build (e.g. no when executingquarkus:dev`).
This could probably also prevent the (temporary) disruption that will be caused by vaadin/hilla#2616.
Investigate if it is possible to execute node tasks performed by
DevModeInitializer
in a build stepThe text was updated successfully, but these errors were encountered: