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

fix(static-site): add polyfills and target config for Internet Explorer #109

Merged
merged 1 commit into from
Jan 30, 2020
Merged

fix(static-site): add polyfills and target config for Internet Explorer #109

merged 1 commit into from
Jan 30, 2020

Commits on Jan 30, 2020

  1. fix(static-site): add polyfills and target config for Internet Explorer

    This resolves nexstrain.org main page crash with console errors when using IE browser.
    
    Changes:
     - added polyfill for `fetch`
     - changed babel's transpilation target to cover 99% of active browsers, including IE versions above 9 (inclusive).
    
    Note: On this particular commit build is failing, until #104 is resolved. However I made it independent on the fix #108
    to avoid collisions in case someone will have the build issues resolved earlier.
    ivan-aksamentov committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    9349534 View commit details
    Browse the repository at this point in the history