Releases: webpack/loader-runner
Releases · webpack/loader-runner
v4.3.1
08 Oct 13:35
Compare
Sorry, something went wrong.
No results found
Fixes
Always set resourcePath, resourceQuery and resourceHash to empty string when request is empty.
Performance
Speed up resource parsing.
v4.3.0
12 Apr 09:40
Compare
Sorry, something went wrong.
No results found
Features
allow to return multiple arguments from processResource
v4.2.0
07 Jan 14:31
Compare
Sorry, something went wrong.
No results found
Feature
add processResource option to allow affecting dependencies for resource
Contributing
Github Actions instead of travis
v4.1.0
30 Sep 07:39
Compare
Sorry, something went wrong.
No results found
Features
support escaping # in resource and loader requests
v3.0.0
15 Jan 11:17
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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