Bug Fix | types | if 'isolatedModules' is set to `true` in the associated tsconfig file, the types definition file fails to bundle | |
Bug Fix | optimization | runtime chunk is not created if the rc 'cacheGroups' option is not enabled | |
Bug Fix | log | the logged build results for multi-build are printed with incorrect log coloring for each build (reversed) | |
Bug Fix | stats | regression - build time statistics are not working as intended | |
Bug Fix | optimization | regression - the 'runtimeChunk' option is not auto-configured as 'single' for app type build if not specifically configured in rc config file | |
Refactoring | types | change 'types' build rc config option 'bundle.modulePfx' to 'internal' to support excluding module declarations from being exported for consumption | |
Refactoring | types | modify structure of bundled type definition file in 'types' build to support importing of only parts of the module as opposed to the entire module | |
Refactoring | licensefile | suppress warnings from 'licensefile' plugin if logging level is less than 3 | |
Refactoring | exports | add new wp external for 'performance' config to address size limit warnings of entry modules |