Skip to content

0.18.7

Compare
Choose a tag to compare
@alexeagle alexeagle released this 20 Feb 21:40
  • calling node_repositories in your WORKSPACE is now optional, if you have no arguments to pass, and you call yarn_install or npm_install
  • publish the jasmine_node_test rule from an independent subpackage, at @bazel/jasmine on npm. This better models how we want third-party bazel rules to work, and allows the core build_bazel_rules_nodejs package to shed optional features

To fetch this version, use

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "build_bazel_rules_nodejs",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.18.7/rules_nodejs-0.18.7.tar.gz"],
    sha256 = "a69c5bd317beef982298ea7b5ed8b5c5275d1b55ee199e98a0ca088f8e0c6cce",
)