Skip to content

Commit

Permalink
dep: overrides parcel watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Dec 23, 2023
1 parent 2b5703a commit aa5c958
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@
"node": ">=14",
"pnpm": "^8.12.1"
},
"//why-overrides-browserslist": "See scripts/bundleDeps.ts",
"//": {
"why-overrides-parcel-watcher": "https://github.com/parcel-bundler/watcher/issues/156",
"why-overrides-browserslist": "See scripts/bundleDeps.ts"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand All @@ -138,7 +141,8 @@
]
},
"overrides": {
"browserslist": "$browserslist"
"browserslist": "$browserslist",
"@parcel/watcher": "2.1.0"
}
},
"_local": "This flag is used to check if the development in local, Please do not delete."
Expand Down
10 changes: 7 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"cache": false
},
"dev": {
"cache": false
"cache": false,
"persistent": true
},
"test": {
"outputs": [".jest-cache/**"]
Expand Down

0 comments on commit aa5c958

Please sign in to comment.