Skip to content

Releases: webdeveric/webpack-assets-manifest

5.2.1

24 Feb 01:38
d8d4b79
Compare
Choose a tag to compare

5.2.0

23 Feb 18:05
9526226
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.2.0

5.1.0

18 Jan 23:15
206edd4
Compare
Choose a tag to compare
  • Improved webpack 5 persistent cache handling
  • Bug fix related to compiler.outputFileSystem when using Jest.
  • Added options.extra. This can hold arbitrary data for use in customize/transform.
  • Updated dependencies
  • Linting fixes

5.0.6

22 Apr 16:12
Compare
Choose a tag to compare
  • Added manifest parameter to afterOptions hook.
  • Use manifest parameter in internal transform and afterOptions taps.
  • Check options.enabled after afterOptions hook has been called.

4.0.6

22 Apr 16:12
Compare
Choose a tag to compare
  • Added manifest parameter to afterOptions hook.
  • Use manifest parameter in internal transform and afterOptions taps.
  • Check options.enabled after afterOptions hook has been called.

5.0.5

14 Apr 17:58
Compare
Choose a tag to compare

Allow options.space to be a string.

4.0.5

14 Apr 17:58
Compare
Choose a tag to compare

Allow options.space to be a string.

5.0.4

09 Apr 16:19
Compare
Choose a tag to compare
  • Updated hook being used to process assets.
    Use processAssets hook instead of afterProcessAssets so that async lock/unlock functions can be used.
  • Updated getLockFilename() to use hash of dirname.
  • Removed lockSync and unlockSync functions.
  • Updated min webpack version to 5.2.

4.0.4

09 Apr 16:18
Compare
Choose a tag to compare
  • Updated getLockFilename() to use hash of dirname.
  • Removed lockSync and unlockSync functions.

5.0.3

06 Apr 15:37
Compare
Choose a tag to compare

Use asset.info.hotModuleReplacement to identify HMR files.