Releases: dabapps/create-webpack-config
Releases · dabapps/create-webpack-config
TS4 support and dependency upgrades
Set babel source type to "unambiguous"
Babel peer dependencies
Consumers should now install @babel/core
and @babel/generator
manually. If previously the build worked, then it should continue to work without doing so, but you'll get annoying warnings when installing dependencies.
Dependency upgrades
WARNING: May break, please see #33 (comment)
Add options to skip type and circular dependency checks
Webpack 5 circular deps fix
Upgraded circular-dependency-plugin: #31
Related issue: jantimon/html-webpack-plugin#1541
Webpack 5
Use passed tsconfig
Use passed in tsconfig when checking TS. Previously this was not being passed on so it was using the default tsconfig which for most projects meant it was type checking the tests when building for production which both added overhead and caused it to fail when dev dependencies were not present
Reduced logging
Reduced logging improves performance.