Changelog
0.12.0
--globals
option to CLI (#60)Changelog
0.10.0
var
declarations for exported bindings are omittedChangelog
0.9.1
Changelog
0.9.0
resolvePath
is now resolveId
. The returned id
(which by default is a filepath) is passed to the load
function, which can optionally be overridden, and which is applied to all modules including the entry module. This allows custom resolver and loading logic for integration with third party systems (e.g. JSPM) or, eventually, in-browser usage (#30)sourcemap
option is used by CLI (was omitted previously)