reejs
reejs copied to clipboard
Implement local saving of URL imports for browser/client side
When an app is deployed to production, reejs should download the URL imports from browserImports
field in import maps and save it to .reejs/browser/cache/*
and update packit to serve them instead of asking browser to load the original URLs.
Let the user disable this feature by modifying reecfg.json
file too.