@patternslib/dev
Advanced tools
Changelog
2.5.0 (2022-08-19)
Changelog
2.4.0 (2022-08-11)
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.
Changelog
2.3.0 (2022-07-07)
Changelog
2.2.0 (2022-06-27)
package_json
and shared
in favor of dependencies
.dependencies
, also the base ones from @patternslib/patternslib if wanted.This makes the MF config factory simpler although you probably have to pass more options. You now can easily just add the dependencies you want instead of having always @patternslib/patternslib dependencies added.
Changelog
2.1.0 (2022-06-25)
bundle
and release-zip
defined in the Makefile, making it possible to let other packages
include this Makefile and extend from it while it is fully functioning
for @patternslib/dev too.Add jquery and @patternslib/patternslib to devDependencies, so that setup_tests.js does not fail when testing this package. (edae3f7)
Also remove eventual @plone/ from bundle name. (7696d7d)
Ignore .git directory when watching for changes. (14ff7e9)
Make @patternslib/patternslib a peer dependency which must be installed if e.g. the webpack.mf.js Webpack config is used. (987b421)
Upgrade dependencies. (7fac8d7)
Upgrade dependencies. (c632f09)