Skip to content

Commit 8897b24

Browse files
committed
修复依赖问题
1 parent 49d6e45 commit 8897b24

File tree

2 files changed

+1121
-1
lines changed

2 files changed

+1121
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"prettier": "^3.8.1",
2121
"sober": "1.1.9",
2222
"utf8": "^3.0.0",
23+
"vite-plugin-node-polyfills": "^0.25.0",
2324
"vue": "^3.5.28",
2425
"vue-color-kit": "^1.0.6",
2526
"vue-draggable-plus": "^0.6.1",
@@ -43,6 +44,9 @@
4344
"patchedDependencies": {
4445
"function-plot": "patches/function-plot.patch",
4546
"sober": "patches/sober.patch"
46-
}
47+
},
48+
"ignoredBuiltDependencies": [
49+
"@parcel/watcher"
50+
]
4751
}
4852
}

0 commit comments

Comments
 (0)