Implement local saving of URL imports for browser/client side #9
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
For Hacktoberfest Bois
help wanted
Extra attention is needed
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.The text was updated successfully, but these errors were encountered: