Skip to content

Releases: morulus/complex-loader

Support node.js under Windows OS

Choose a tag to compare

@morulus morulus released this 14 Jun 14:57
0049955

In a case of using this loader in Windows OS, the resource path should have
no Windows-style path separators. It sounds like an absurd, but it is a fact,
that resourcePath with backslashes lead to error "Can't resolve path"
under Windows OS.
So Windows-style separators now will be replaced with normal.

Stable

Choose a tag to compare

@morulus morulus released this 16 Sep 20:47
v0.1.5

update jest version, fix some vulnerabilities