Send transitive module dependencies in the compiler response
natefaubion opened this issue · 1 comments
natefaubion commented
Currently the loader works by discovering dependencies as it loads them. If the server sent all transitive dependencies in the response, we could more efficiently load resources since we know ahead of time what we need to request.
JordanMartinez commented
Is this still the case now that we're using import maps and es-module-shims?