Skip to content

Commit

Permalink
Support IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sandoval committed Oct 25, 2018
1 parent ad8c998 commit ad56a7a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
27 changes: 24 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"repository": "git@github.com:d3sandoval/desandoval-dot-net.git",
"license": "CC-BY-ND-4.0",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@material-ui/codemod": "^1.1.0",
"@material-ui/core": "^3.3.1",
"@material-ui/icons": "^3.0.1",
Expand Down
1 change: 1 addition & 0 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React from 'react';
import NProgress from 'nprogress';
import Router from 'next/router';
import withRoot from '../templates/withRoot';
import '@babel/polyfill';

// loading animation
Router.onRouteChangeStart = (url) => {
Expand Down

0 comments on commit ad56a7a

Please sign in to comment.