Skip to content

Commit f497e62

Browse files
committed
Allow pnpm to build @parcel/watcher, ignore core-js builds
1 parent 7c8f70d commit f497e62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cra-template/template.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"@types/testing-library__jest-dom": "^5.14.5",
1010
"jest": "^29.5.0",
1111
"eslint": "^8.39.0"
12+
},
13+
"pnpm": {
14+
"onlyBuiltDependencies": ["@parcel/watcher"],
15+
"ignoredBuiltDependencies": ["core-js", "core-js-pure"]
1216
}
1317
}
1418
}

0 commit comments

Comments
 (0)