Skip to content

v0.10.0

Choose a tag to compare

@formatjsproject formatjsproject released this 06 Aug 13:19
47f8a3e

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6+ only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_formatjs", version = "0.10.0")

That's it! The toolchains are automatically registered.

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.0