Skip to content

Releases: static-dev/source-loader

v1.0.0

21 Jul 18:43
Compare
Choose a tag to compare
  • This is not a large breaking change, just a feature. Bumping to major because this is stable and has been for a while, so let's get it into a normal semver release cycle.
  • Added _jsSource prop which will pass through valid js for files with the tag 🌴

v0.2.0

08 Jun 18:34
Compare
Choose a tag to compare

If you try to require a binary file, instead of trying to stringify the contents, it returns "binary". However, the full source of all files is still available to plugins through the _src property.

v0.1.0

19 May 14:45
Compare
Choose a tag to compare

the loader now makes the buffered raw source available on the loaderContext object

read more in the usage section

v0.0.1

13 May 23:29
Compare
Choose a tag to compare

Initial release!