Skip to content

Commit 1353d83

Browse files
committed
Exclude node builtins from parcel
1 parent 5e4806a commit 1353d83

File tree

2 files changed

+1937
-5235
lines changed

2 files changed

+1937
-5235
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@testing-library/jest-dom": "^5.16.5",
3737
"@types/jest": "^29.5.1",
3838
"@types/jest-diff": "^24.3.0",
39+
"buffer": "^5.5.0||^6.0.0",
3940
"crypto-browserify": "^3.12.0",
4041
"parcel": "^2.12.0",
4142
"process": "^0.11.10",
@@ -48,5 +49,9 @@
4849
"@changesets/cli": "^2.26.1",
4950
"instantsearch.css": "^8.0.0"
5051
},
52+
"alias": {
53+
"node:crypto": false,
54+
"node:buffer": false
55+
},
5156
"packageManager": "yarn@1.22.22"
5257
}

0 commit comments

Comments
 (0)