You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.
Here's a challenge. Currently it's painful to develop based on bundled builds (which you may want to do for debugging issues that only occur in the bundled version) because the entire app needs to be rebundled for every change. This could take several minutes (or longer; depending on the size of your app). It would be really awesome if the bundler were smart enough to only bundle changes in the tree.
The text was updated successfully, but these errors were encountered:
Eh, that gets really tricky. Sure you could do this semi-easily with a gulp watch task but the problem is if you add/remove a file, the tree needs to be rebuilt entirely since the change could have cascading effects.
Here's a challenge. Currently it's painful to develop based on bundled builds (which you may want to do for debugging issues that only occur in the bundled version) because the entire app needs to be rebundled for every change. This could take several minutes (or longer; depending on the size of your app). It would be really awesome if the bundler were smart enough to only bundle changes in the tree.
The text was updated successfully, but these errors were encountered: