Closed moloko closed 3 years ago
Both should be fine. coreJS
definitely still gets mapped. More likely the commonjs style definitions are causing issue. I'll try to fix in adapt and let you know.
My first impression is just that there are loads of require()
calls (like this one). Is there any function mapping now that require has been dropped?
Yes, but it's not working correctly. It's leaving var ;
in place where it shouldn't.
FW v5.8.1 fixes this issue - but now I can get past that I'm getting a different issue! See #49
The new 'rollup' module bundler in Adapt v5.8.0 is not happy with this extension! I think it's either the references to
coreJS
or the olddefine(function(require){})
module definitions