arso-project / sonar

A p2p content database and search engine
https://sonar.arso.xyz/
GNU General Public License v3.0
121 stars 6 forks source link

Ui: Explore how to replace webpack #47

Open Frando opened 4 years ago

Frando commented 4 years ago

Vite looks like a much leaner tool that could replace both webpack and the ui dev server nicely. It also gives us native ESM support, which will be very good for building apps and plugins in browsers.

Frando commented 3 years ago

By now I'm even more fond of esbuild. I have some code ready to replace webpack with esbuild for our uses.