yarn.build

Build 🛠 and Bundle 📦 your local workspaces. Like Bazel, Buck, Pants and Please but for Yarn Berry. Build any language, mix javascript, typescript, golang and more in one polyglot repo. Ship your bundles to AWS Lambda, Docker, or any nodejs runtime.

MIT License

Stars
326
Committers
17

Bot releases are hidden (Show)

yarn.build -

Published by ojkelly 8 months ago

yarn.build - v3.7.1

Published by ojkelly over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ojkelly/yarn.build/compare/v3.7.0...v3.7.1

yarn.build - v0.9.47

Published by ojkelly almost 4 years ago

Includes updates to remove the pesky build-error.log unless you're in verbose mode.

Adds:

  • the new yarn test command:
  • targeted builds with yarn build packages/examples/lorem-ipsum (behind flag)
  • specify default input and output folders (behind flag)
  • a new optional configuration file (see below)
  • and some other small bug fixes.

.yarnbuildrc.yml

folders:
  input: src
  output: build
enableBetaFeatures:
  folderConfiguration: true
  targetedBuilds: true
yarn.build -

Published by ojkelly over 4 years ago

Adds entrypoint.js to the archive made by yarn bundle which should enable pnp to work in containers and aws lambda.

yarn.build -

Published by ojkelly over 4 years ago