Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (23 loc) · 639 Bytes

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 639 Bytes

1.4.0

  • Support webpack 4.0 tapable api

1.3.0

  • Include support for webpack 2
  • Add a comment option

1.2.1

  • Fix URL concatenation

1.2.0

  • Allow configuration of output filename

1.1.0

  • Prepend manifest entries with output publicPath

1.0.0

  • Implement exclude option. Assets can now be excluded from the manifest!
  • Re-implement in ES6!

0.2.0

  • Settings are now expected to be a list, not an options-style object.
  • Added support for a SETTINGS section with option 'prefer-online'.
  • Encode explicit URIs in manifests.

0.1.1

  • Fix node installs

0.1.0

  • Initial implementation
  • Project skeleton