Open Inwerpsel opened 1 year ago
This is partially done, though it's not in a great state yet.
serve
instead of Vite's server, because unlike Vite it allows to browse directories by default. This is very important for local development, at least for how things work now (that may change). Didn't find out the Vite config for that yet.
The current Webpack setup was created based on the the WordPress plugin this library was originally embedded in, and never given much thought afterwards beyond just getting things to work. It's far from ideal: the setup is confusing and it builds slowly.
I guess Vite is the best option at the moment.