Changelog
0.7.4
export default
constraint (fixes bug introduced in 0.7.3)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)