Skip to content

v0.6.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 21:59
· 1238 commits to main since this release
5b6bd3d

WORKSPACE snippet:

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

http_archive(
    name = "aspect_rules_js",
    sha256 = "7bce67d6bfc7992f29f55405a6e750075987c9fc142fdb5d4f452a4b669c3faf",
    strip_prefix = "rules_js-0.6.2",
    url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v0.6.2.tar.gz",
)

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

rules_js_dependencies()

What's Changed

  • fix: don't double copy 3rd party packages when linking with no lifecycle hook by @gregmagolan in #98

Full Changelog: v0.6.1...v0.6.2