packages/dynamic-import/TODO.md
findImportedModuleIdentifiers for real import(...)import(...) work on the serverimport(...) to module.importAsync(...)localStorage.indexedDB (much larger size limits).previous state representationpackages/dynamic-import/server.jsMp.dynamicImport could be implemented without the fallback on the server if we were sure the server had no dynamic files.meteorInstall options.__dynamicImport method calls?import(...).import(...) calls before Meteor.startup, since they should probably be static.Cache-Control: immutable for the initial bundle.ServiceWorker and Cache in supporting browsers (if actually faster!).import(...) in the right places.