Changelog
0.6.8
__dep0__
etc within the module, or undefined
globally (#92)./../foo
(#97)bundle.concat()
fails due to external dependencies, or exports from the entry module, the error message lists themChangelog
0.6.7
_evilES3SafeReExports
will cause re-exported bindings to be done with direct property assignment rather than Object.defineProperty()
. In most cases, the resulting behaviour will be no different, but it could result in undefined bindings in cases of cyclical dependencies, and values are fixed at the time of re-export rather than live.Changelog
0.6.3
bundle.concat()
can be called without an options argumentbundle.concat()
can include intro
, outro
, indent
properties which will override defaults (indent: true
is equivalent to 'automatic', otherwise pass a string)