v5.0.0
·
299 commits
to master
since this release
5.0.0 (2019-02-20)
Bug Fixes
- copy only modified files when you use patterns with difference
toand samecontext(#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
fromis 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
debugoption was renamed tologLevel, it only accepts string values:trace,debug,info,warn,errorandsilent- plugin emit warning instead error if file doesn't exist
- change
prototypeof plugin, now you can to get correct plugin name