Skip to content

Commit

Permalink
chore: Remove deprecated client paths plugin references (#34422)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhopp authored Jan 7, 2022
1 parent dda64c3 commit 5489ef9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions examples/functions-auth0/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,5 @@ require("dotenv").config({
})

module.exports = {
plugins: [
{
resolve: "gatsby-plugin-create-client-paths",
options: { prefixes: ["/*"] },
},
`gatsby-plugin-postcss`,
`gatsby-plugin-gatsby-cloud`,
],
plugins: [`gatsby-plugin-postcss`, `gatsby-plugin-gatsby-cloud`],
}
1 change: 0 additions & 1 deletion examples/functions-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"gatsby-plugin-create-client-paths": "next",
"gatsby-plugin-postcss": "next",
"prettier": "^2.2.1",
"tailwindcss": "^1.5.2"
Expand Down

0 comments on commit 5489ef9

Please sign in to comment.