We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we used to always rely on es-module-shims to power dev mode
but now, all the browsers except ie11 supports import maps,
so i think we can stop using es-module-shims, since we can assume developers will use modern browsers.
💡 maybe it's smarter to relegate es-module-shims as an option, so we can enable it for the specific case of debugging in ie11..
The text was updated successfully, but these errors were encountered:
i think we should fully abandon IE11 an remove es-module-shims entirely.
if we need to debug something in IE11, we can manually add es-module-shims where it's needed for the specific purpose.
/s/scripts/turtle-install
Sorry, something went wrong.
No branches or pull requests
we used to always rely on es-module-shims to power dev mode
but now, all the browsers except ie11 supports import maps,
so i think we can stop using es-module-shims, since we can assume developers will use modern browsers.
💡 maybe it's smarter to relegate es-module-shims as an option, so we can enable it for the specific case of debugging in ie11..
The text was updated successfully, but these errors were encountered: