-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Caching and user-supplied modules #2
Copy link
Copy link
Closed
Labels
Description
We can't cache analysis quite as aggressively as e.g. Browserify, because we have more work to do to deconflict names within a bundle. But it should be possible to avoid repeating at least some of the work, to enable fast incremental rebuilds.
Also, there will be times when we want to supply a module's contents, rather than having it be read from disk. The two things overlap.
Reactions are currently unavailable