Webpack/Parcel: Save file changes, app bundle gets regenerated to hot-reload, this takes a bit of time.
Snowpack: Run a module build script one time (or again when adding new NPM libraries) on project to generate some assets, but no re-bundling time between changes.
Snowpack: Run a module build script one time (or again when adding new NPM libraries) on project to generate some assets, but no re-bundling time between changes.