From e00c09d6d8a1f1e14270e55b6492fa7db69747a5 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 20 Jun 2021 14:38:47 +0200 Subject: [PATCH] chore: remove gatsby-plugin-loadable-components-ssr --- gatsby-config.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) 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",