cp2004/OctoPrint-WLED

Building/Development - switch to esbuild?

cp2004 opened this issue · 1 comments

This plugin currently uses webpack, mostly unnecessarily but at the time I was practicing for react-based projects such as OneDrive Backup, but life would be significantly smoother with esbuild.

Less dependencies means less updates needed, as well as faster builds - even though currently it is not slow.

Done