loader-runner

Runs (webpack) loaders

MIT License

Downloads
89.2M
Stars
294
Committers
14

Bot releases are hidden (Show)

loader-runner - v4.3.0 Latest Release

Published by sokra over 2 years ago

Features

  • allow to return multiple arguments from processResource
loader-runner -

Published by sokra almost 4 years ago

Feature

  • add processResource option to allow affecting dependencies for resource

Contributing

  • Github Actions instead of travis
loader-runner -

Published by sokra about 4 years ago

Features

  • support escaping # in resource and loader requests
loader-runner -

Published by sokra almost 6 years ago

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
loader-runner -

Published by sokra almost 6 years ago

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