Just a note on another minifier problem:
Classes defined in the script seem to be removed by the minifier. Wrapping the script in a scope apparently works around this. At least it does for 2047pp. https://github.com/espruino/BangleApps/pull/2500
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Just a note on another minifier problem:
Classes defined in the script seem to be removed by the minifier. Wrapping the script in a scope apparently works around this. At least it does for
2047pp
. https://github.com/espruino/BangleApps/pull/2500