Releases: webpack-contrib/copy-webpack-plugin
Releases · webpack-contrib/copy-webpack-plugin
v13.0.0
13.0.0 (2025-02-27)
⚠ BREAKING CHANGES
- switch from
globby
and fast-glob
to tinyglobby
(#795) (19fd937)
For more information please visit tinyglobby
.
The breaking change only affects the developer who used these options - gitignore
and ignoreFiles
in the globOptions
option.
Please migrate to the ignore
option.
Bug Fixes
- concurrency option is limited to files now (#796) (d42469c)
- the order of patterns provided by the developer is respected
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