Skip to content

Commit

Permalink
chore(gatsby): remove v8-compile-cache (#34672)
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Feb 7, 2022
1 parent 540dfdf commit c38cb1f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
"type-of": "^2.0.1",
"url-loader": "^4.1.1",
"uuid": "^8.3.2",
"v8-compile-cache": "^2.3.0",
"webpack": "^5.61.0",
"webpack-dev-middleware": "^4.3.0",
"webpack-merge": "^5.8.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/gatsby/src/utils/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require(`v8-compile-cache`)

const crypto = require(`crypto`)
const fs = require(`fs-extra`)
const path = require(`path`)
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24189,7 +24189,7 @@ uuid@^8.3.2:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0, v8-compile-cache@^2.3.0:
v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
Expand Down

0 comments on commit c38cb1f

Please sign in to comment.