# copy-webpack-plugin v13.0.0 - Product: copy-webpack-plugin (https://whatsnew.fyi/product/copy-webpack-plugin) - Vendor: webpack - Date: 2025-02-27 - Version: v13.0.0 - Original notes: https://github.com/webpack/copy-webpack-plugin/releases/tag/v13.0.0 - Permalink: https://whatsnew.fyi/product/copy-webpack-plugin/releases/v13.0.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — switch from globby and fast-glob to tinyglobby - **fixed** — concurrency option is limited to files now - **fixed** — the order of patterns provided by the developer is respected - **removed** — gitignore and ignoreFiles options in globOptions are no longer supported, use the ignore option instead ##### [13.0.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.2...v13.0.0) (2025-02-27) ###### ⚠ BREAKING CHANGES * switch from `globby` and `fast-glob` to `tinyglobby` ([#795](https://github.com/webpack-contrib/copy-webpack-plugin/issues/795)) ([19fd937](https://github.com/webpack-contrib/copy-webpack-plugin/commit/19fd937705ccb2161619e1e919f0b37b47453368)) For more information please visit [`tinyglobby`](https://github.com/SuperchupuDev/tinyglobby). The breaking change only affects the developer who used these options - [`gitignore`](https://github.com/sindresorhus/globby#gitignore) and [`ignoreFiles`](https://github.com/sindresorhus/globby#gitignore) in the `globOptions` option. Please migrate to the [`ignore`](https://github.com/SuperchupuDev/tinyglobby#options) option. ###### Bug Fixes * concurrency option is limited to files now ([#796](https://github.com/webpack-contrib/copy-webpack-plugin/issues/796)) ([d42469c](https://github.com/webpack-contrib/copy-webpack-plugin/commit/d42469cfdc99a81f0f0ba97f6561f0e0db143994)) * the order of patterns provided by the developer is respected