shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.44k stars 184 forks source link

docs: remove leftover reduce setting #92

Closed joscha closed 6 years ago

joscha commented 6 years ago

Fixed some leftovers from #90. It's also quite confusing currently to have the docs for the new generate option, but it not being released yet. Any opts.generate is just silently ignored at the moment, I think either a release or backwards compatibility would be good.

codecov-io commented 6 years ago

Codecov Report

Merging #92 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #92   +/-   ##
======================================
  Coverage    98.8%   98.8%           
======================================
  Files           2       2           
  Lines          84      84           
======================================
  Hits           83      83           
  Misses          1       1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 32fb9a5...d298e01. Read the comment docs.

mastilver commented 6 years ago

Thank you @joscha

I will be releasing v2 by the end of the week, I know I could have done a better job for crafting this release, but that's the way it is now ;)

See https://github.com/danethurber/webpack-manifest-plugin/blob/1.x/README.md for current docs