You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user requested to be able to avoid using a CDN for the importmap_polyfill. This is configurable via framework.asset_mapper.importmap_polyfill. However, that path is not processed through AssetMapper, which is a bit awkward: you need to put it directly into your public directory.
Overall, it'd be nice to provide an easier path to using a local importmap polyfill.