Skip to content

Releases: goto-bus-stop/split-require

v3.1.2

14 Dec 18:11
a73e31c
Compare
Choose a tag to compare
  • Ensure dependencies of mainRows are added in deterministic order. (#23) Fixes a cause of nondeterministic output.
  • Switch from estree-walk to dash-ast for tree-walking. (f982783)

v3.1.1

30 May 09:41
2051808
Compare
Choose a tag to compare
  • Fix filename option name in README (#21)
  • Fix public dynamic bundle paths when building on Windows (627f394)

v3.1.0

07 Mar 11:50
19b20d6
Compare
Choose a tag to compare
  • splitRequire() now also returns a promises in environments that support them, so you can do await splitRequire('./whatever')
  • improved runtime path matching, so that the split-require plugin also works if a project has a different installed version

v3.0.0

09 Feb 10:04
6cecb4d
Compare
Choose a tag to compare

v2.0.2

23 Nov 16:16
e44d61f
Compare
Choose a tag to compare
  • fix crashes when using the browserify --full-paths / fullPaths: true option
  • make sure the callback is always called async, even if the desired module is already available

v2.0.1

17 Nov 17:40
0f5f118
Compare
Choose a tag to compare

fix source maps being dropped by the transform.

source maps are still not perfect but they should be usable at least.