-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pnpm autoinstall support #5951
pnpm autoinstall support #5951
Conversation
|
Benchmark ResultsKitchen Sink 🚨
Timings
Cold BundlesNo bundles found, this is probably a failed build... Cached BundlesNo bundles found, this is probably a failed build... React HackerNews 🚨
Timings
Cold BundlesNo bundles found, this is probably a failed build... Cached BundlesNo bundles found, this is probably a failed build... AtlasKit Editor 🚨
Timings
Cold BundlesNo bundles found, this is probably a failed build... Cached BundlesNo bundles found, this is probably a failed build... Three.js 🚨
Timings
Cold BundlesNo bundles found, this is probably a failed build... Cached BundlesNo bundles found, this is probably a failed build... |
…add development dependency in workspace.
…lled manager in order pnpm, yarn, npm.
1cec51c
to
e5e50c8
Compare
e5e50c8
to
93adfa6
Compare
Based on #4920 (cc @aminya @dishuostec)
Closes #3408
$ pnpx parcel build index.html Installing @parcel/transformer-posthtml... @parcel/package-manager: Added 11 packages via pnpm Installing @parcel/transformer-html... @parcel/package-manager: Added 1 packages via pnpm Installing @parcel/packager-html... @parcel/package-manager: Added 1 packages via pnpm Installing @parcel/optimizer-htmlnano... @parcel/package-manager: Added 212 packages via pnpm ✨ Built in 10.52s dist/index.bba55d6c.js 62 B 32ms ├── Code from unknown sourcefiles 43 B 0ms └── index.js 19 B 522ms dist/index.html 42 B 5.30s └── index.html 57 B 3.67s
The big question: how should the package manager be selected? I've made it so that