Skip to content

Releases: webpack-contrib/copy-webpack-plugin

v10.0.0

17 Nov 15:01
Compare
Choose a tag to compare

10.0.0 (2021-11-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.20.0
  • update globby to 12.0.2 version

v9.1.0

11 Nov 19:34
Compare
Choose a tag to compare

9.1.0 (2021-11-11)

Features

  • output helpful descriptions and links on errors (#625) (396bed6)

Bug Fixes

  • compatibility with Node.js 17 (20af0c7)

v9.0.1

25 Jun 13:40
Compare
Choose a tag to compare

9.0.1 (2021-06-25)

Chore

  • update serialize-javascript

v9.0.0

21 May 14:23
Compare
Choose a tag to compare

9.0.0 (2021-05-21)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

v8.1.1

06 Apr 11:46
Compare
Choose a tag to compare

8.1.1 (2021-04-06)

Bug Fixes

v8.1.0

22 Mar 16:18
Compare
Choose a tag to compare

8.1.0 (2021-03-22)

Features

v8.0.0

04 Mar 15:51
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • logic for some placeholders was changed:
    • [hash] and [fullhash] works as in webpack (i.e. it is hash of build, not content hash of file), to migrate change [name].[hash].[ext] to [name].[contenthash][ext]
    • [ext] doesn't require . (dot) before, i.e. change [name].[ext] to [name][ext]
    • [<hashType>:contenthash:<digestType>:<length>] and [<hashType>:hash:<digestType>:<length>] is not supported anymore, you can use output.hashDigest, output.hashDigestLength and output.hashFunction options to setup it
    • [N] was removed in favor of using the to option as a function
    • [folder] was removed
    • [emoji] was removed

Features

v6.4.1

16 Dec 13:50
Compare
Choose a tag to compare

6.4.1 (2020-12-16)

Bug Fixes

  • compatibility with webpack 4 file system (#570) (720026a)

v7.0.0

10 Dec 12:37
Compare
Choose a tag to compare

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
Choose a tag to compare

6.4.0 (2020-12-07)

Features