Skip to content

v0.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 14:04
· 1334 commits to main since this release

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "aspect_rules_js",
    sha256 = "dd797662028f60ad1f4e5b31947963494cbb916a70aa33be78f27b34c6f82019",
    strip_prefix = "rules_js-0.3.2",
    url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v0.3.2.tar.gz",
)

load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

rules_js_dependencies()

What's Changed

  • fix: only check for --enable_runfiles on windows by @alexeagle in #13

Full Changelog: v0.3.1...v0.3.2