Skip to content

Commit

Permalink
Add Array#find polyfill to docs (#150)
Browse files Browse the repository at this point in the history
Add Array#find polyfill to docs
  • Loading branch information
dalehurwitz authored Nov 23, 2018
1 parent 7bb19ed commit cafde49
Show file tree
Hide file tree
Showing 2 changed files with 1,265 additions and 948 deletions.
11 changes: 4 additions & 7 deletions docs/gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/**
* Implement Gatsby's Browser APIs in this file.
*
* See: https://www.gatsbyjs.org/docs/browser-apis/
*/

// You can delete this file if you're not using it
exports.onClientEntry = () => {
// Polyfills
require('core-js/fn/array/find')
}
Loading

0 comments on commit cafde49

Please sign in to comment.