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
Coming out of #1268 / #1269 and related to #1114, instead of deprecating import maps support and now that Safari 16.4 supports them, we should just move it to the polyfills plugin instead.
With both Chrome and Firefox now natively supporting import maps, there is less of a need to autoload es-module-shims when running greenwood develop.
Summary
With both Chrome and Firefox now natively supporting import maps, there is less of a need to autoload es-module-shims when running
greenwood develop.Details
So we would want to do the following from the polyfills plugin instead:
<script>tagsUpdate the How It Works section of the docs to call out support level?- new website will be in effect, so not applicableCould we get by supporting this if it doesn't cover Safari- Indeed :D15.x? Perhaps we could put it into our polyfills plugin?Related, we could probably drop the Polyfill plugin in greenwood.config.js for the website too, but could make that another PR.