Skip to content
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

Deploy ES2015+ code for modern browsers #6

Open
SimonMayerhofer opened this issue Mar 5, 2021 · 0 comments
Open

Deploy ES2015+ code for modern browsers #6

SimonMayerhofer opened this issue Mar 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@SimonMayerhofer
Copy link
Member

This is a recommendation from Google Page Speed Insights

Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn More

@SimonMayerhofer SimonMayerhofer added the enhancement New feature or request label May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant