diff --git a/gatsby-config.js b/gatsby-config.js index 449b6597e..cfb2a5fa7 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -43,7 +43,6 @@ module.exports = { cdnUrl: CDN_URL }, plugins: [ - 'gatsby-plugin-loadable-components-ssr', 'gatsby-plugin-styled-components', 'gatsby-plugin-react-helmet', 'gatsby-plugin-catch-links', diff --git a/package.json b/package.json index 6247804d5..a92b459fd 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,6 @@ "gatsby-plugin-canonical-urls": "~3.7.1", "gatsby-plugin-catch-links": "~3.7.1", "gatsby-plugin-google-analytics": "~3.7.1", - "gatsby-plugin-loadable-components-ssr": "~3.1.0", "gatsby-plugin-react-helmet": "~4.7.1", "gatsby-plugin-remove-trailing-slashes": "~3.7.1", "gatsby-plugin-sass": "~4.7.1",