Skip to content

Releases: dabapps/create-webpack-config

TS4 support and dependency upgrades

12 Feb 10:53
b7b0d5c
Compare
Choose a tag to compare
  • Upgrade fork-ts-checker-webpack-plugin (and support TS4) #37
  • Upgrade dependencies #38

Set babel source type to "unambiguous"

28 Jan 11:54
d83ed10
Compare
Choose a tag to compare

Babel peer dependencies

30 Nov 17:34
4cc701d
Compare
Choose a tag to compare

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.

#34

Dependency upgrades

30 Nov 16:20
4221609
Compare
Choose a tag to compare

WARNING: May break, please see #33 (comment)

#33

Add options to skip type and circular dependency checks

30 Nov 15:43
a5588d0
Compare
Choose a tag to compare

Webpack 5 circular deps fix

03 Nov 10:27
910c5fb
Compare
Choose a tag to compare

Upgraded circular-dependency-plugin: #31

Related issue: jantimon/html-webpack-plugin#1541

Webpack 5

28 Oct 16:38
994cea4
Compare
Choose a tag to compare

BREAKING CHANGE: Dropped support for Node < 10.13

#30

Use passed tsconfig

02 Oct 15:14
81040d1
Compare
Choose a tag to compare

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

#28

Reduced logging

17 Feb 16:50
4ed5da8
Compare
Choose a tag to compare

#21

Reduced logging improves performance.

Babel only compiling (no ts-loader)

17 Feb 14:47
14b34ee
Compare
Choose a tag to compare