Using Bzlmod with Bazel 6 or greater
- (Bazel 6+ only) Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_formatjs", version = "0.12.1")That's it! The toolchains are automatically registered.
What's Changed
- chore: update FormatJS CLI to 1.6.0 by @longlho in #101
- chore(main): release 0.12.1 by @formatjsproject in #102
Full Changelog: v0.12.0...v0.12.1