Bug Fix
Copy
chunked modules are being copied before the final contant hash is calculated, any chunk id for chunking other than 'deterministic' breaks the runtime
Bug Fix
Externals
a 'runtime.js' chunk is being emitted for 'types' and 'scripts' type builds
Bug Fix
Externals
module 'globby' needs to be external, or it is built as a separate chunk due to import incompatibility
Bug Fix
Logging
logged exceptions are not parsing filename, line number, and column number correctly
Bug Fix
Schema
if a child definition of a schema has a default value, but the parent schema object has a default 'enabled' value of false. the calculated default schema tree is populating the entire object from parent to child
Bug Fix
Types
the 'is*' functions from constants definitions are included in the generated type definitions
Bug Fix
Config
the source config object should support specifying tsconfig file via 'file' property, in addition to the 'path' property
Bug Fix
Caching
content hash states need to be stored, and values are not being persisted in specific cases, resulting in assets not getting emitted when they should be
Bug Fix
Dev_tool
if 'type' is set to 'plugin' in the rc file, but the 'enabled' property is false, dev_tool configuration is still exported to webpack
Refactoring
Config
move isolated npm release configuration to separate config def and plugin