fix: patch mlly to solve bundle error

This commit is contained in:
Anthony Fu 2023-01-08 11:15:21 +01:00
parent 2df2fefdc9
commit 51e5540d36
4 changed files with 45 additions and 16 deletions

View file

@ -113,6 +113,11 @@
"vue-tsc": "^1.0.22",
"workbox-window": "^6.5.4"
},
"pnpm": {
"patchedDependencies": {
"mlly@1.0.0": "patches/mlly@1.0.0.patch"
}
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},