Working on a --lazy option for Parcel that only builds files that are requested by the dev server on demand! 😲
This can significantly reduce startup time. For example, if you're working on a single page of an app, there's no need to build other pages until you load them. 🚀