Skip to content

Releases: webpack/loader-runner

v4.3.0

12 Apr 09:40
Compare
Choose a tag to compare

Features

  • allow to return multiple arguments from processResource

v4.2.0

07 Jan 14:31
Compare
Choose a tag to compare

Feature

  • add processResource option to allow affecting dependencies for resource

Contributing

  • Github Actions instead of travis

v4.1.0

30 Sep 07:39
Compare
Choose a tag to compare

Features

  • support escaping # in resource and loader requests

v3.0.0

15 Jan 11:17
Compare
Choose a tag to compare

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

15 Jan 13:46
Compare
Choose a tag to compare

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