Building/Development - switch to esbuild?
cp2004 opened this issue · 1 comments
cp2004 commented
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.
cp2004 commented
Done