From e6afca86353dddd41627c879223a58bf94511250 Mon Sep 17 00:00:00 2001 From: jctaoo Date: Tue, 27 Jul 2021 13:10:47 +0800 Subject: [PATCH] chore: remove pnpm and add gitingore item for vercel --- .gitignore | 3 ++- gatsby-config.ts | 1 - package.json | 1 - yarn.lock | 7 ------- 4 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 2c42cd3..ed6d111 100755 --- a/.gitignore +++ b/.gitignore @@ -285,4 +285,5 @@ fabric.properties # .yarn/cache # .pnp.* -# End of https://www.toptal.com/developers/gitignore/api/macos,webstorm,visualstudiocode,node,react,yarn \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/macos,webstorm,visualstudiocode,node,react,yarn +.vercel diff --git a/gatsby-config.ts b/gatsby-config.ts index f03f537..cc6975d 100755 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -119,7 +119,6 @@ export default { PARALLEL_SOURCING: true, }, plugins: [ - "gatsby-plugin-pnpm", "gatsby-plugin-antd", { resolve: `gatsby-plugin-sass`, diff --git a/package.json b/package.json index 3f0470b..76a9367 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,6 @@ "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.22.0", "gatsby-plugin-antd": "^2.2.0", - "gatsby-plugin-pnpm": "^1.2.6", "gatsby-plugin-typescript": "^3.2.0", "npm-run-all": "^4.1.5", "source-map-support": "^0.5.19", diff --git a/yarn.lock b/yarn.lock index ded5bac..7e55323 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8787,13 +8787,6 @@ gatsby-plugin-page-creator@^3.2.0: globby "^11.0.2" lodash "^4.17.21" -gatsby-plugin-pnpm@^1.2.6: - version "1.2.6" - resolved "https://registry.npmjs.org/gatsby-plugin-pnpm/-/gatsby-plugin-pnpm-1.2.6.tgz#4a23b7fe0045314bd375f316887edccb0a3382b1" - integrity sha512-DW4D5tPppR1ITI6yc5JPojli2FTV+9COOCjwvYvFGh9CDDQiwnDTAU2eyPHkarKfgPMku65CqrROE4nvhV7LqA== - dependencies: - lodash.uniq "^4.5.0" - gatsby-plugin-react-helmet@^4.2.0: version "4.2.0" resolved "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.2.0.tgz#406a8500576fe13674b317041a91b73189b5c58f"