yarn builder build bundle
build the local bundle
yarn builder build bundle
Examples
Section titled “Examples”Build the local bundle :
yarn builder build bundle
Build the local development bundle :
yarn builder build bundle --no-minify
Details
Section titled “Details”This command builds the local bundle - the Yarn binary file that is installed in projects.
For more details about the build process, please consult the @yarnpkg/builder
README:
https://github.com/yarnpkg/berry/blob/HEAD/packages/yarnpkg-builder/README.md.