allen-cell-animated / volume-viewer

https://allen-cell-animated.github.io/volume-viewer/
Other
90 stars 7 forks source link

try vite #147

Open toloudis opened 11 months ago

toloudis commented 11 months ago

Use Case

We currently use babel to build our distribution for this package, and we use webpack for the demo app. Can we "update" our build tooling to a potentially faster/better/newer system like Vite?

Solution

try Vite for transpile step and for building the test app. Compare transpiled modules directory (es/) contents before and after to make sure distribution still looks ok. Especially take note of any css and web workers.