github shellscape/webpack-manifest-plugin v2.0.0

latest releases: v5.0.0, v4.1.1, v4.1.0...
6 years ago

BREAKING CHANGES:

  • Drop support for node 0.10, 0.12, 4 43b48f1
  • Drop support for webpack 1 43b48f1
  • basePath is not ignored when publicPath is used #74
  • basePath 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 #83
  • cache option was renamed seed a3db580
  • reduce option was replaced by generate 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:

  • use basePath for keys only #74
  • add plugin hook to allow other plugins to use the manifest #76
  • add assets to manifest 4cb95ce
  • add generate option #90
  • add sort option ae03fbd
  • add serialize options: #123
  • Webpack 4! #118

Don't miss a new webpack-manifest-plugin release

NewReleases is sending notifications on new releases.