Skip to content

Releases: webdeveric/webpack-assets-manifest

4.0.3

06 Apr 16:17
Compare
Choose a tag to compare

Use asset.info.hotModuleReplacement to identify HMR files.

5.0.2

02 Apr 17:28
Compare
Choose a tag to compare
  • Improved entrypoints handling. #140
  • Updated inDevServer() to not use WEBPACK_DEV_SERVER / WEBPACK_SERVE env vars. #125
  • Improved writeToDisk: 'auto' behavior
  • Updated dependencies

4.0.2

02 Apr 17:28
Compare
Choose a tag to compare
  • Improved entrypoints handling. #140
  • Updated inDevServer() to not use WEBPACK_DEV_SERVER / WEBPACK_SERVE env vars. #125
  • Improved writeToDisk: 'auto' behavior
  • Updated dependencies

5.0.1

12 Jan 05:42
Compare
Choose a tag to compare

Fixes for #115 and #116

  • Improved finding asset modules
  • Updated hooks for watch mode
  • Use public path with entrypoints
  • Updated dependencies

4.0.1

12 Jan 05:41
Compare
Choose a tag to compare

Fixes for #115 and #116

  • Updated hooks for watch mode
  • Use public path with entrypoints
  • Updated dependencies

5.0.0

09 Dec 22:21
Compare
Choose a tag to compare
  • Compatible with webpack 5 only (5.1+ required).
  • Supports finding asset modules.
  • Updated options schema to prevent additional properties. This helps with catching typos in option names.
  • ⚠️ Updated default value of the output option to be assets-manifest.json.
    This is to prevent confusion when working with Web app manifests or WebExtension manifests.

4.0.0

02 Dec 18:38
Compare
Choose a tag to compare
  • Minimum webpack version is now 4.40.0
  • Updated dependencies
  • Added options: enabled, entrypointsUseAssets, contextRelativeKey
  • Use lock files when using writeToDisk and when emitting the manifest
  • Changed writeToDisk to default to auto
  • Swapped the key/value in assetNames
  • Updated merge behavior for entrypoints
  • done hook is now an AsyncSeriesHook
  • Added clear() method to empty the manifest during webpack watch
  • ⚠️ The structure of the entrypoints data has been updated to include preload and prefetch assets. Assets for an entrypoint are now included in an assets property under the entrypoint.

3.1.1

15 Nov 20:33
Compare
Choose a tag to compare

Removed HMR files from entrypoints.

3.1.0

26 Sep 20:44
Compare
Choose a tag to compare
  • Better compatibility with mini-css-extract-plugin v0.4.3
  • Min webpack version is now 4.4

3.0.2

09 Aug 20:31
Compare
Choose a tag to compare
  • Updated dependencies
  • Fixed deprecation warning when using Node 10
  • Tested in Node 10