Release 2.4.0
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.