Skip to content

0.18.6

Compare
Choose a tag to compare
@gregmagolan gregmagolan released this 13 Feb 17:02
  • Adds support for es2015 package.json field to rollup_bundle (#429)
  • Fixes EACCESS: permission denied bug in web_package (#546)
  • Restores internal/node.bzl (#545)

Add the following to your WORKSPACE file to 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.6/rules_nodejs-0.18.6.tar.gz"],
    sha256 = "1416d03823fed624b49a0abbd9979f7c63bbedfd37890ddecedd2fe25cccebc6",
)

load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories")
node_repositories()

See https://github.com/bazelbuild/rules_nodejs/blob/0.18.6/README.md#installation for more installation options.