Releases: webdeveric/webpack-assets-manifest
Releases · webdeveric/webpack-assets-manifest
5.2.1
Full Changelog: v5.2.0...v5.2.1
5.2.0
What's Changed
- Updated dependencies by @webdeveric in #261
- chore(deps): use
pnpm
by @webdeveric in #265 - Updated dependencies by @webdeveric in #266
- Added more properties to
asset.info
by @webdeveric in #269
Full Changelog: v5.1.0...v5.2.0
5.1.0
- 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 incustomize
/transform
. - Updated dependencies
- Linting fixes
5.0.6
- Added
manifest
parameter toafterOptions
hook. - Use
manifest
parameter in internaltransform
andafterOptions
taps. - Check
options.enabled
afterafterOptions
hook has been called.
4.0.6
- Added
manifest
parameter toafterOptions
hook. - Use
manifest
parameter in internaltransform
andafterOptions
taps. - Check
options.enabled
afterafterOptions
hook has been called.
5.0.5
Allow options.space
to be a string.
4.0.5
Allow options.space
to be a string.
5.0.4
- Updated hook being used to process assets.
UseprocessAssets
hook instead ofafterProcessAssets
so that async lock/unlock functions can be used. - Updated
getLockFilename()
to use hash ofdirname
. - Removed
lockSync
andunlockSync
functions. - Updated min
webpack
version to5.2
.
4.0.4
- Updated
getLockFilename()
to use hash ofdirname
. - Removed
lockSync
andunlockSync
functions.
5.0.3
Use asset.info.hotModuleReplacement
to identify HMR files.