1.1.0 (2021-03-06)
- set window.HAS_HOIST_PREFETCH (a61406f)
1.0.3 (2020-07-12)
1.0.2 (2020-07-02)
1.0.1 (2020-06-22)
- don't preload modules that are already prefetched (#34) (04fea61)
- fix typo in preloaddeps (#33) (7c06c8b)
1.0.0 (2020-06-21)
-
- Remove
method
andcustomPreload
options since the standard preload provides fallbacks for browsers that don't support preload.
- Remove
0.6.0 (2020-06-18)
0.5.0 (2020-06-13)
0.4.0 (2020-06-12)
0.3.3 (2020-05-25)
0.3.2 (2020-05-25)
0.3.1 (2020-05-23)
- fix
transform
for cases when there is no actual dynamic import (f86329a)
0.3.0 (2020-05-21)
- don't inject load script unless AST says so (1360b2f)
0.2.0 (2020-05-20)
- use link preload by default to load the deps (d5567e2)
- initial release