Skip to content

Commit 4e9a7ff

Browse files
committed
Just grab a path shim
1 parent bfbae39 commit 4e9a7ff

File tree

6 files changed

+19
-1064
lines changed

6 files changed

+19
-1064
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@
2626
"js-base64": "^3.7.7",
2727
"jsonc-parser": "^3.3.1",
2828
"lz-string": "^1.5.0",
29+
"path-browserify": "^1.0.1",
2930
"react": "^18.3.1",
3031
"react-dom": "^18.3.1"
3132
},
3233
"devDependencies": {
3334
"@eslint/js": "^9.30.1",
3435
"@types/node": "^24.0.10",
36+
"@types/path-browserify": "^1.0.3",
3537
"@types/react": "^18.3.23",
3638
"@types/react-dom": "^18.3.7",
3739
"@types/tmp": "^0.2.6",
@@ -48,7 +50,6 @@
4850
"typescript": "^5.8.3",
4951
"typescript-eslint": "^8.35.1",
5052
"vite": "^7.0.0",
51-
"vite-plugin-node-polyfills": "^0.23.0",
5253
"vite-plugin-static-copy": "^3.1.0"
5354
},
5455
"pnpm": {

0 commit comments

Comments
 (0)