Skip to content

16.0.0-alpha.10

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 17 Jun 13:50
· 2825 commits to main since this release
c5ff44f

Bugfix

  • Fix CSS bundling in production mode to be consistent with the current policy in the client bundle. Right now the order of the CSS resources matches this chain: Loading of import my-less.less in add-ons (following the add-on order) -> Loading of the Semantic UI defaults -> Loading of the local theme (either project or add-on based). We are forcing now the bundling of all the CSS in one chunk, so it behaves the same than in dev mode (using the style-loader). @sneridagh