diff --git a/gatsby-config.js b/gatsby-config.js index fe4410e95..703f488b1 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -66,6 +66,7 @@ module.exports = { `//unpkg.com/react/umd/react.development.js`, `//unpkg.com/react-dom/umd/react-dom.development.js`, ], + dependencies: [`react`, `react-dom`], redirectTemplate: `${__dirname}/src/templates/codepen-example.js`, target: '_blank', },