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
{{ message }}
This repository was archived by the owner on May 27, 2021. It is now read-only.
Currently polyfills are hardcoded in index.html. It might be worth evaluating the performance benefits of being able to package those up with dependency management + webpack.
Details
This can make things a bit more portable and managed via build tools / filesystem, which it might be more intuitive. It is important to note polyfills must be installed globally, and not with import.
Type of Change
Summary
Currently polyfills are hardcoded in index.html. It might be worth evaluating the performance benefits of being able to package those up with dependency management + webpack.
Details
This can make things a bit more portable and managed via build tools / filesystem, which it might be more intuitive. It is important to note polyfills must be installed globally, and not with
import.