• Hi Kevin, are you actually a supporter on Patreon? If so, can you PM me the email address you used so I can make sure your badge on the forum reflects it?

    I believe the real problem is that the IDE automatically minifies unminified modules by default, and since we haven't been able to tell the minifier which ES6 features are supported we have to tell it that it's only using ES5. That means that all the ES6 constructs get torn back to some really messed up ES5 JS code which may/may not work.

    If you go into settings and disable module minification, or swap it to 'whitespace only', or even just rename your modules .min.js then it'll probably work fine

About

Avatar for Gordon @Gordon started