Skip to content

Release 2.4.0

Choose a tag to compare

@thet thet released this 11 Aug 15:20
· 255 commits to main since this release

2.4.0 (2022-08-11)

Features

  • Webpack: Add bundle name and version to the banner. (1058b6d)For this, you have to pass your project's package.json as argument to the webpack config factory.
    Both values - name and version - are taken from the package.json data.

  • Webpack: Add config export with named parameters. (f7b2471)Add config export along with the default export to support named parameters via parameter destructuring.

Maintenance

  • Upgrade dependencies. (9039642)

  • Webpack: Correct API doc for shared_from_dependencies. (f2b0031)