Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
FIX: add babel-polyfill for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed May 17, 2018
1 parent 75aca7a commit 9683746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'babel-polyfill'

/* eslint-disable */
exports.onRouteUpdate = ({ action, location }) => {
const scrollToMenu = () => {
Expand Down

0 comments on commit 9683746

Please sign in to comment.