Changes since 23.0.3
Fixes
-
Change build-frontend goal phase (#13360)
Commit · Pull request · IssueChange the build-frontend goal defaultPhase from prepare-package to process-classes. This will make it so that if defined the build task will also be executed for server run.
-
Clean and do not add plugins (#13386)
Commit · Pull request · IssuePlugins are used as full path and not through node_modules. Do not add plugins to package.json and clean away any existing plugins
-
Validate node and npm on creation (#13374)
Commit · Pull request · IssueAlways when creating a FrontendTools validate node and npm so that if the global node is too old and we should use the installed one we do not use the global npm even if it was new enough.
-
Break loop in visitor (#13370)
Commit · Pull request · IssueDo not constantly add children of a node that has already had all children added once.
-
Be more graceful with exceptions when reading usage stats (#13363)
Commit · Pull request · Issue