From 7175ffd055cf483b5811118ebe8ad5367d4940a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ho=CC=88ltje?= Date: Thu, 7 Mar 2019 11:51:01 -0500 Subject: [PATCH] fix: delete remove-trailing slashes It keeps breaking my src/pages files. gatsbyjs/gatsby#3522 says it should be fixed but evidence says otherwise. --- gatsby-config.js | 1 - package.json | 1 - yarn.lock | 7 ------- 3 files changed, 9 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 076e79c1d..0ca84d035 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -108,7 +108,6 @@ module.exports = { `gatsby-plugin-remove-serviceworker`, `gatsby-plugin-catch-links`, `gatsby-plugin-react-helmet`, - `gatsby-plugin-remove-trailing-slashes`, { resolve: `gatsby-plugin-emotion`, options: {}, diff --git a/package.json b/package.json index acbce4fbf..dcbff1aa6 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,6 @@ "gatsby-plugin-google-analytics": "2.0.16", "gatsby-plugin-react-helmet": "3.0.8", "gatsby-plugin-remove-serviceworker": "^1.0.0", - "gatsby-plugin-remove-trailing-slashes": "2.0.9", "gatsby-plugin-sharp": "2.0.25", "gatsby-plugin-sitemap": "2.0.6", "gatsby-plugin-svgr": "2.0.1", diff --git a/yarn.lock b/yarn.lock index 81d8cafa9..69aa3e99b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6221,13 +6221,6 @@ gatsby-plugin-remove-serviceworker@^1.0.0: resolved "https://registry.yarnpkg.com/gatsby-plugin-remove-serviceworker/-/gatsby-plugin-remove-serviceworker-1.0.0.tgz#9fb433bc8bd766e14e1d3711c4ac6f051e1dff7c" integrity sha1-n7QzvIvXZuFOHTcRxKxvBR4d/3w= -gatsby-plugin-remove-trailing-slashes@2.0.9: - version "2.0.9" - resolved "https://registry.yarnpkg.com/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.0.9.tgz#34f1e6ace92ca6a8615cfc350ec9909e11e32795" - integrity sha512-OZvTZymfUhtbLwQ/m56vsppXJOKQ7NYXNQOmTx7ErnwhDZChOfNOvHKbbksp6Qz10twChN1iVI965D+jCj+dYg== - dependencies: - "@babel/runtime" "^7.0.0" - gatsby-plugin-sharp@2.0.25: version "2.0.25" resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.25.tgz#04ddfa639a9c8c31d2e4865578d9e344dde4b290"