mixwith.js icon indicating copy to clipboard operation
mixwith.js copied to clipboard

Unexpected behavior using rollup

Open WoodyWoodsta opened this issue 8 years ago • 0 comments

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.

WoodyWoodsta avatar Nov 30 '16 10:11 WoodyWoodsta