webpack has been a nightmare requiring ~2-3 entire days of maintenance per year, which is a real bummer for a hobby project like this. It looks like electron-vite would be a suitable replacement, since the author includes support for SolidJS. This change would allow me to get rid of:
webpack
hundreds of lines of config code in webpack.*.config.js
webpack
has been a nightmare requiring ~2-3 entire days of maintenance per year, which is a real bummer for a hobby project like this. It looks likeelectron-vite
would be a suitable replacement, since the author includes support for SolidJS. This change would allow me to get rid of:webpack
webpack.*.config.js
babel
and its many plugins