Releases: webpack-contrib/copy-webpack-plugin
Releases · webpack-contrib/copy-webpack-plugin
v7.0.0
10 Dec 12:37
Compare
Sorry, something went wrong.
No results found
7.0.0 (2020-12-10)
⚠ BREAKING CHANGES
minimum supported webpack version is 5
the flatten
option was removed in favor [name].[ext]
value for the to
option,
the transformPath
option was removed in favor Function
type of the to
option, look at examples
the cacheTransform
option was removed in favor Object
type of the transform
option, look at examples
migration on the compilation.hooks.processAssets
hook
empty filtered paths throw an error, you can disable this behaviour using the noErrorOnMissing
option
v6.4.0
07 Dec 15:39
Compare
Sorry, something went wrong.
No results found
6.4.0 (2020-12-07)
Features
v6.3.2
19 Nov 16:13
Compare
Sorry, something went wrong.
No results found
6.3.2 (2020-11-19)
Bug Fixes
v6.3.1
13 Nov 15:39
Compare
Sorry, something went wrong.
No results found
6.3.1 (2020-11-13)
Bug Fixes
v6.3.0
03 Nov 16:17
Compare
Sorry, something went wrong.
No results found
6.3.0 (2020-11-03)
Features
added the sourceFilename
info (original source filename) to assets info (#542 ) (db2e3bf )
persistent cache between compilations (webpack@5 only) (#541 ) (c892451 )
v6.2.1
09 Oct 16:46
Compare
Sorry, something went wrong.
No results found
v6.2.0
02 Oct 16:33
Compare
Sorry, something went wrong.
No results found
6.2.0 (2020-10-02)
Features
use webpack input filesystem (only webpack@5) (#531 ) (6f2f455 )
v6.1.1
18 Sep 17:28
Compare
Sorry, something went wrong.
No results found
6.1.1 (2020-09-18)
Chore
updated serialize-javascript
v6.1.0
31 Aug 16:28
Compare
Sorry, something went wrong.
No results found
6.1.0 (2020-08-31)
Features
added filter
option (#524 ) (1496f85 )
added the copied
flag to asset info (09b1dc9 )
added the immutable
flag to asset info with hash in name (#525 ) (a1989d5 )
webpack@5: improve stats output for copied
files
v6.0.4
29 Aug 16:42
Compare
Sorry, something went wrong.
No results found
6.0.4 (2020-08-29)
Bug Fixes