-
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
thescientist13
added
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
documentation
Greenwood specific docs
CLI
labels
May 19, 2023
thescientist13
moved this to 🏗 In progress
in [Greenwood] Phase 9 - Standards and Conventions
May 19, 2023
8 tasks
thescientist13
moved this from 🏗 In progress
to 👀 In review
in [Greenwood] Phase 9 - Standards and Conventions
Jun 3, 2023
thescientist13
moved this from 📋 Backlog
to 🔖 Ready
in [Greenwood] Phase 11 - Burndown to 1.0
Nov 25, 2023
thescientist13
moved this from 🔖 Ready
to 📋 Backlog
in [Greenwood] Phase 11 - Burndown to 1.0
Nov 25, 2023
16 tasks
thescientist13
moved this to 📋 Backlog
in [Greenwood] Phase 9 - Standards and Conventions
May 18, 2024
thescientist13
moved this from 📋 Backlog
to 👀 In review
in [Greenwood] Phase 9 - Standards and Conventions
May 18, 2024
thescientist13
moved this from 👀 In review
to ➡ DEFERRED
in [Greenwood] Phase 9 - Standards and Conventions
Jul 20, 2024
12 tasks
thescientist13
changed the title
deprecate import maps shim for development
move import maps shim to polyfills plugin
Sep 4, 2024
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: