Releases: webpack/loader-runner
Releases · webpack/loader-runner
v4.3.2
Compare
Sorry, something went wrong.
No results found
Performance
Improved performance in many places.
v4.3.1
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
Compare
Sorry, something went wrong.
No results found
sokra
released this
12 Apr 09:40
Features
allow to return multiple arguments from processResource
v4.2.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
sokra
released this
30 Sep 07:39
Features
support escaping # in resource and loader requests
v3.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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