Looks like webpack works really well when using the optimization flag: --optimize-minimize. This allows me to use npm link to bring in each of the modules I'm writing, then build, then flash to the board.
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.
Looks like webpack works really well when using the optimization flag:
--optimize-minimize
. This allows me to usenpm link
to bring in each of the modules I'm writing, then build, then flash to the board.