copy-webpack-plugin v13.0.0

v13.0.0
Changed 1
  • switch from globby and fast-glob to tinyglobby
Fixed 2
  • concurrency option is limited to files now
  • the order of patterns provided by the developer is respected
Removed 1
  • gitignore and ignoreFiles options in globOptions are no longer supported, use the ignore option instead

From copy-webpack-plugin

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
View original

Upgraded? How did it go?

Discussion