BREAKING CHANGES:
- Drop support for node 0.10, 0.12, 4 43b48f1
- Drop support for webpack 1 43b48f1
basePath
is not ignored whenpublicPath
is used #74basePath
is only modifying manifest keys #74- add extra keys to manifest when using copy-webpack-plugin 4cb95ce
- paths are using the linux path separator even on windows #78
stripStr
option was removed #83cache
option was renamedseed
a3db580reduce
option was replaced bygenerate
option #90- keys are not sorted anymore ae03fbd
- When using multiple instance of the plugin, the manifest night not be generated after the
emit
event: #134
fixes:
- paths are consistent from os to os #78
- manifest is reset before each emit(unless
seed
options is used): #140
features: