Skip to content

Commit 45e8bb1

Browse files
committed
Safelist built dependencies
This is for pnpm v10 compat
1 parent 8f48058 commit 45e8bb1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
"patchedDependencies": {
6666
6767
"@parcel/[email protected]": "patches/@[email protected]"
68-
}
68+
},
69+
"onlyBuiltDependencies": [
70+
"@parcel/watcher",
71+
"lightningcss"
72+
]
6973
}
7074
}

0 commit comments

Comments
 (0)