reejs icon indicating copy to clipboard operation
reejs copied to clipboard

Implement local saving of URL imports for browser/client side

Open renhiyama opened this issue 1 year ago • 0 comments

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.

renhiyama avatar Oct 02 '23 16:10 renhiyama