Skip to content

2.0.3

Compare
Choose a tag to compare
@alexeagle alexeagle released this 19 Aug 01:22
· 1736 commits to stable since this release

Upgrade with:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "10fffa29f687aa4d8eb6dfe8731ab5beb63811ab00981fc84a93899641fd4af1",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.0.3/rules_nodejs-2.0.3.tar.gz"],
)

and update your @bazel-scoped packages

Bug Fixes

  • examples: use ./ prefix on babel config file (374f56f)
  • typescript: only expect .js outs for .tsx? srcs (#2118) (83688a1), closes #2115
  • typescript: produce .d.ts as default output rather than empty (#2117) (3d885e8), closes #2116

Features

  • builtin: new js_library rule - this is a preview of a new public API we intend to introduce in 2.1 (#2109) (4fe1a17)
  • example: add targets in angular_bazel_architect for production serve and build (746a6f8)