Skip to content

Releases: webpack/copy-webpack-plugin

v5.0.2

22 Mar 15:51

Choose a tag to compare

5.0.2 (2019-03-22)

Bug Fixes

Performance Improvements

v5.0.1

11 Mar 13:17

Choose a tag to compare

5.0.1 (2019-03-11)

Bug Fixes

  • respect base of glob for context dependencies (#352) (5b407f1)

v5.0.0

20 Feb 12:59

Choose a tag to compare

5.0.0 (2019-02-20)

Bug Fixes

  • copy only modified files when you use patterns with difference to and same context (#341) (e808aa2)
  • handle [contenthash] as template (#328) (61dfe52)
  • handles when you add new files in watch mode and use glob (#333) (49a28f0)
  • normalize path segment separation, no problems when you mixed / and \\ (#339) (8f5e638)
  • throw error if from is an empty string #278 (#285) (adf1046)

Features

  • emit warning instead error if file doesn't exist (#338) (a1c5372)
  • supports copy nested directories/files in symlink (#335) (f551c0d)

BREAKING CHANGES

  • drop support for webpack < 4
  • drop support for node < 6.9
  • debug option was renamed to logLevel, it only accepts string values: trace, debug, info, warn, error and silent
  • plugin emit warning instead error if file doesn't exist
  • change prototype of plugin, now you can to get correct plugin name

v4.6.0

31 Oct 14:52

Choose a tag to compare

2018-10-31

Bug Fixes

  • handle undefined and null as stats value (#302) (78c5d12)

Features

  • add support for target path transform (#284) (7fe0c06)

v4.5.4

18 Oct 23:00

Choose a tag to compare

2018-10-18

Bug Fixes

  • processPattern: don't add 'glob' as directory when it is a file (contextDependencies) (#296) (5670926)

v4.5.3

10 Oct 08:32

Choose a tag to compare

2018-10-10

Bug Fixes

  • processPattern: add glob directory context to contextDependencies (#290) (5fa69db)

v4.5.2

26 Jun 09:28

Choose a tag to compare

4.5.2 (2018-06-26)

Bug Fixes

v4.5.1

09 Mar 13:25

Choose a tag to compare

2018-03-09

Bug Fixes

  • package: update cacache v10.0.1...10.0.4 (dependencies) (#238) (0b288f9)

Performance Improvements

  • index: switch to md4 for content hashing (#239) (2be8191)

v4.5.0

02 Mar 01:06

Choose a tag to compare

2018-03-02

Features

  • processPattern: add support for {RegExp) matches (pattern.test) (#235) (1861730)

v4.4.3

01 Mar 21:16

Choose a tag to compare

2018-03-01

Bug Fixes

  • index: tapable deprecation warnings (webpack >= v4.0.0) (#234) (445d548)