• 'Module minification' won't be an issue for you - it only applies to modules loaded with require(...) if they weren't loaded from the Espruino site (in which case they'd be minified already).

    The errors will be because the code you're minifying has some problem which means that the minifier can't handle it. I thought it should have told you what the errors were, but you could paste it into http://closure-compiler.appspot.com/homeĀ­ and see what it says.

    Do you have any large-ish arrays in your code? I would have thought this was actually most likely to be the problem...

About

Avatar for Gordon @Gordon started