mixwith.js
mixwith.js copied to clipboard
Unexpected behavior using rollup
The namespacing introduced through the use of the UMD gulp preset causes unexpected behavior when bundling with rollup (top-level this
becoming undefined
). Solved by including the module
field in package.json
to allow rollup to handle es6 imports.