andgate/mnist

Vite Migration

Opened this issue · 0 comments

Vite is the next generation bundling tool set to replace webpack. This project should migrate over to it. Originally, I didn't use vite because it had a bug when compiling tsx, where solid.render was being replaced with react.render.

At some point, this bug will be fixed. When vite is more stable, it should be migrated too.