-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move import maps shim to polyfills plugin #1114
Labels
CLI
documentation
Greenwood specific docs
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
Milestone
Comments
8 tasks
16 tasks
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLI
documentation
Greenwood specific docs
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
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.
The text was updated successfully, but these errors were encountered: