lihugang / mep2

The Math Editor for Photos Version 2
GNU General Public License v3.0
0 stars 0 forks source link

Migrating from Webpack to Vite #5

Closed lihugang closed 1 year ago

lihugang commented 1 year ago

Because of my computer performance and project size, the using time of one hot update in webpack is about one minute, and building frontend assets usually takes 10 minutes. That's too long. I'm planning to migrate to vite.

lihugang commented 1 year ago

After migrating to vite4, we can do hot updates in 5s, and build production code in about 100s. Here's a log. build.log