Changes since 24.1.0.alpha4
New features
-
Add license check for production bundle
Commit · Pull requestCollect pro-components from stats.json which are used in the project and check license for those. Closes #16720
-
Watch all active themes when in dev bundle mode
Commit · Pull requestAllows HMR to work also for themes in the jar-resources, if somebody updates them e.g. using a file watcher
-
Make "" and "login" eager and the rest lazy by default
Commit · Pull request
Fixes
-
Do not generate extra files
Commit · Pull request · IssueWhen using the production bundle do not generate un-needed files for npm and vite. Prod module should not mention dev module.
-
Make node download more stable
Commit · Pull requestTries up to 5 times with a delay of 5 seconds to better deal with network issues
-
Import needed CSS helper in lazy chunks
Commit · Pull request -
Lazy load CSS also
Commit · Pull requestCorrectly deduplicate inside eager bundle and add imports only once with theme import only added when needed
-
Deduplicate CSS imports
Commit · Pull request