Changelog
0.7.1
foo.bar()
mutates foo
) (#13)options.indent
can be used to control indentation of resulting bundle. options.true
(default) means ' auto', options.false
means empty string. Alternatively specify whitespace e.g. ' '
or '\t'
(#5)Changelog
0.7.0
exports
correctly (UMD exports)moduleName
is required but missing (UMD exports)this
rather than window
Object.prototype
properties (#12)Changelog
0.6.5
Changelog
0.6.2
Changelog
0.6.0
rollup.rollup
and bundle.write
both take a single options argumentoptions.external: [...]
jsnext:main
fields in the appropriate package.json
files. This behaviour can be overridden by passing an alternative resolveExternal
functionChangelog
0.5.0
export { x as y } from 'z'