Releases: webpack-contrib/copy-webpack-plugin
Releases · webpack-contrib/copy-webpack-plugin
v12.0.0
12.0.0 (2024-01-10)
⚠ BREAKING CHANGES
- update
globby
to 14.0.0
- minimum supported
Node.js
version is 18.12.0
(#759) (a5b7d06)
v11.0.0
11.0.0 (2022-05-17)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is 14.15.0
v10.2.0
10.2.0 (2021-12-16)
Features
- removed cjs wrapper and generated types in commonjs format (
export =
and namespaces
used in types), now you can directly use exported types (#654) (5901006)