5.0.0 (2019-02-20)
Bug Fixes
- copy only modified files when you use patterns with difference
to
and 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
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 tologLevel
, it only accepts string values:trace
,debug
,info
,warn
,error
andsilent
- plugin emit warning instead error if file doesn't exist
- change
prototype
of plugin, now you can to get correct plugin name