Open kellymears opened 1 year ago
If I replace the node:*
with the non namespaced equivalents manually, it works. I think @yarnpkg/builder
might need to include node:*
as externals.
I patched it with an esbuild plugin, which should do for now.
Updated the patch in #2527
Agreement
Describe the issue
Repo cli (@bud) is a yarn plugin but the build fails using version 4.0.0 of @yarnpkg/builder.
Expected Behavior
After installing @yarnpkg/builder@4.0.0 running
yarn install
will build the@bud
cliActual Behavior
The @bud cli build process fails.
Steps To Reproduce
yarn upgrade-interactive
.@yarnpkg/builder
(4.0.0-rc-46 -> 4.0.0)version
0.0.0
Logs
Configuration
No response
Relevant .budfiles
No response