Skip to content

Commit e1aa755

Browse files
committed
chore(gatsby): remove v8-compile-cache (gatsbyjs#34672)
1 parent 9f55781 commit e1aa755

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

packages/gatsby/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
"type-of": "^2.0.1",
153153
"url-loader": "^4.1.1",
154154
"uuid": "^8.3.2",
155-
"v8-compile-cache": "^2.3.0",
156155
"webpack": "^5.61.0",
157156
"webpack-dev-middleware": "^4.3.0",
158157
"webpack-merge": "^5.8.0",

packages/gatsby/src/utils/webpack.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require(`v8-compile-cache`)
2-
31
const crypto = require(`crypto`)
42
const fs = require(`fs-extra`)
53
const path = require(`path`)

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -24189,7 +24189,7 @@ uuid@^8.3.2:
2418924189
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
2419024190
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
2419124191

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

0 commit comments

Comments
 (0)