Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

Releases: webpack/loader-runner

v4.3.2

Choose a tag to compare

@alexander-akait alexander-akait released this 24 Apr 14:17

Performance

  • Improved performance in many places.

v4.3.1

Choose a tag to compare

@alexander-akait alexander-akait released this 08 Oct 13:35

Fixes

  • Always set resourcePath, resourceQuery and resourceHash to empty string when request is empty.

Performance

  • Speed up resource parsing.

v4.3.0

Choose a tag to compare

@sokra sokra released this 12 Apr 09:40

Features

  • allow to return multiple arguments from processResource

v4.2.0

Choose a tag to compare

@sokra sokra released this 07 Jan 14:31

Feature

  • add processResource option to allow affecting dependencies for resource

Contributing

  • Github Actions instead of travis

v4.1.0

Choose a tag to compare

@sokra sokra released this 30 Sep 07:39

Features

  • support escaping # in resource and loader requests

v3.0.0

Choose a tag to compare

@sokra sokra released this 15 Jan 11:17

Breaking Changes

  • minimum node.js version has been pushed to 6
  • callback now also accepts undefined as "no result" in pitching phase
  • remove System.import loader loading

Bugfixes

  • Avoid using deprecated Buffer constructor
  • check exports for incorrect loader type instead of metadata
  • report errors via callback instead of throwing
  • fix callback is called twice with rejected promise

v2.4.0

Choose a tag to compare

@sokra sokra released this 15 Jan 13:46

Bugfixes

  • check exports for incorrect loader type instead of metadata
  • report errors via callback instead of throwing
  • fix callback is called twice with rejected promise