Bug Fix | Tsc | some forms of multi-part ts configuration files are not found and must be explicitly set in rc config, expand capability to find a wider range of possible names, e.g. 'tsconfig.web.types.esm.json' | |
Bug Fix | Types | dts-bundle does not produce bundled output file | |
Bug Fix | Stats | format suggestions in error details for much nicer look and better readability | |
Bug Fix | Stats | function name is not extracted from error stack and displayed with the location details | |
Bug Fix | General | loooonnng time o.g. bug - delays when a dependency build fails - FIXED!!! | |
Bug Fix | Logging | elapsed time ms sometimes shows 4 digits, should always be 3 | |
Bug Fix | Config | env vars in wpwrc config file are not getting replaced by respective env value | |
Bug Fix | Wait | attempted fix (un-tested) if a build fails prior to an awaited plugin finishing, build pauses until the wait timeout expires | |
chire | General | cleanup and extraction prior to production release | |
Feature | General | modifications to support 'lib' type build with configurable library type | |
Performance Enhancement | Tsc | improved tsc program execution time for types and other ts custom builds by ~ 10-15%, and better overall maintainability | |
Performance Enhancement | General | performance and error handling improvements pre-go-live | |
Refactoring | Output | add support for using a configurable name for compiled output bundle file, as opposed to using the build name in all cases | |
Refactoring | Hash | move hash filename functionality from copy plugin to hash plugin | |
Refactoring | Bundle | remove old bundle plugin, now unused | |
Refactoring | Exports | remove thrown errtor when base export abstract function is not overridden, instead process as if empty function |