Skip to content

Commit

Permalink
chore: remove unneeded registration (#268)
Browse files Browse the repository at this point in the history
Tripped over this in rules_ts where I copied the snippet, and the registration leaked into userland.

It's enough to add the tag_class, then rules_swc reads it when it registers.
  • Loading branch information
alexeagle authored Jul 2, 2024
1 parent c3600a7 commit c1c70a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e/smoke/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ swc.toolchain(
name = "swc",
swc_version = "v1.3.78",
)
use_repo(swc, "swc_toolchains")

register_toolchains("@swc_toolchains//:all")

0 comments on commit c1c70a0

Please sign in to comment.