# copy-webpack-plugin changelog > Copies individual files or directories into the webpack build output. - Vendor: webpack - Category: Developer Tools - Official site: https://github.com/webpack/copy-webpack-plugin - Tracked by: What's New (https://whatsnew.fyi/product/copy-webpack-plugin) - Harvested from: GitHub (webpack/copy-webpack-plugin) - Entries below: 10 (newest first) 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'. ## Releases ### v14.0.0 - Date: 2026-03-02 - Version: v14.0.0 - Original notes: https://github.com/webpack/copy-webpack-plugin/releases/tag/v14.0.0 - Permalink: https://whatsnew.fyi/product/copy-webpack-plugin/releases/v14.0.0 - **changed** — minimum supported Node.js version is 20.9.0 - **security** — update serialize-javascript to fix security problems ##### [14.0.0](https://github.com/webpack/copy-webpack-plugin/compare/v13.0.1...v14.0.0) (2026-03-02) ###### ⚠ BREAKING CHANGES * minimum supported `Node.js` version is `20.9.0` ([#819](https://github.com/webpack/copy-webpack-plugin/issues/819)) ([2881203](https://github.com/webpack/copy-webpack-plugin/commit/28812036cea4aa3e76e75597b0cd72eec53fe70d)) ###### Bug Fixes * update `serialize-javascript` to fix security problems ### v13.0.1 - Date: 2025-08-12 - Version: v13.0.1 - Original notes: https://github.com/webpack/copy-webpack-plugin/releases/tag/v13.0.1 - Permalink: https://whatsnew.fyi/product/copy-webpack-plugin/releases/v13.0.1 - **fixed** — better handling globs for watching ###### [13.0.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v13.0.0...v13.0.1) (2025-08-12) ###### Bug Fixes * better handling globs for watching ([#808](https://github.com/webpack-contrib/copy-webpack-plugin/issues/808)) ([a527c89](https://github.com/webpack-contrib/copy-webpack-plugin/commit/a527c8985ab1fcd32b9a581df26653268e12ce2c)) ### v13.0.0 - 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 - **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 ### v12.0.2 - Date: 2024-01-17 - Version: v12.0.2 - Original notes: https://github.com/webpack/copy-webpack-plugin/releases/tag/v12.0.2 - Permalink: https://whatsnew.fyi/product/copy-webpack-plugin/releases/v12.0.2 - **fixed** — improve perf ###### [12.0.2](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.1...v12.0.2) (2024-01-17) ###### Bug Fixes * improve perf ([#764](https://github.com/webpack-contrib/copy-webpack-plugin/issues/764)) ([a7379a9](https://github.com/webpack-contrib/copy-webpack-plugin/commit/a7379a9907b78e27b9fa44b474fd2a35671d806d)) ### v12.0.1 - Date: 2024-01-11 - Version: v12.0.1 - Original notes: https://github.com/webpack/copy-webpack-plugin/releases/tag/v12.0.1 - Permalink: https://whatsnew.fyi/product/copy-webpack-plugin/releases/v12.0.1 - **fixed** — improve perf ###### [12.0.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.0...v12.0.1) (2024-01-11) ###### Bug Fixes * improve perf ([#760](https://github.com/webpack-contrib/copy-webpack-plugin/issues/760)) ([55036ab](https://github.com/webpack-contrib/copy-webpack-plugin/commit/55036ab50357326dafdbeb7dc91c93b75796fadd)) ### v12.0.0 - Date: 2024-01-10 - Version: v12.0.0 - Original notes: https://github.com/webpack/copy-webpack-plugin/releases/tag/v12.0.0 - Permalink: https://whatsnew.fyi/product/copy-webpack-plugin/releases/v12.0.0 - **changed** — update globby to 14.0.0 - **changed** — minimum supported Node.js version is 18.12.0 ##### [12.0.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v11.0.0...v12.0.0) (2024-01-10) ###### ⚠ BREAKING CHANGES * update `globby` to `14.0.0` * minimum supported `Node.js` version is `18.12.0` ([#759](https://github.com/webpack-contrib/copy-webpack-plugin/issues/759)) ([a5b7d06](https://github.com/webpack-contrib/copy-webpack-plugin/commit/a5b7d06a051b7404b3300ed4d071b4948cb440f1)) ### v11.0.0 - Date: 2022-05-17 - Version: v11.0.0 - Original notes: https://github.com/webpack/copy-webpack-plugin/releases/tag/v11.0.0 - Permalink: https://whatsnew.fyi/product/copy-webpack-plugin/releases/v11.0.0 - **changed** — minimum supported Node.js version is now 14.15.0 ##### [11.0.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0) (2022-05-17) ###### ⚠ BREAKING CHANGES * minimum supported `Node.js` version is `14.15.0` ### v10.2.4 - Date: 2022-01-31 - Version: v10.2.4 - Original notes: https://github.com/webpack/copy-webpack-plugin/releases/tag/v10.2.4 - Permalink: https://whatsnew.fyi/product/copy-webpack-plugin/releases/v10.2.4 - **fixed** — types ###### [10.2.4](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.3...v10.2.4) (2022-01-31) ###### Bug Fixes * types ([#666](https://github.com/webpack-contrib/copy-webpack-plugin/issues/666)) ([a1c2308](https://github.com/webpack-contrib/copy-webpack-plugin/commit/a1c2308511a4cccb92a22cb395b6eb66dc1c776b)) ### v10.2.3 - Date: 2022-01-29 - Version: v10.2.3 - Original notes: https://github.com/webpack/copy-webpack-plugin/releases/tag/v10.2.3 - Permalink: https://whatsnew.fyi/product/copy-webpack-plugin/releases/v10.2.3 - **fixed** — async `to` support ###### [10.2.3](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.2...v10.2.3) (2022-01-29) ###### Bug Fixes * async `to` support ([fd095fb](https://github.com/webpack-contrib/copy-webpack-plugin/commit/fd095fb79399df5edbd06d9dbd1ed30fe4f7eb24)) ### v10.2.2 - Date: 2022-01-28 - Version: v10.2.2 - Original notes: https://github.com/webpack/copy-webpack-plugin/releases/tag/v10.2.2 - Permalink: https://whatsnew.fyi/product/copy-webpack-plugin/releases/v10.2.2 - **fixed** — types ###### [10.2.2](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.1...v10.2.2) (2022-01-28) ###### Bug Fixes * types ([#664](https://github.com/webpack-contrib/copy-webpack-plugin/issues/664)) ([f58470e](https://github.com/webpack-contrib/copy-webpack-plugin/commit/f58470ee1275330046b0867f70bcd3f2378a2a25))