Skip to content

Commit df7a655

Browse files
authored
Add aspect_rules_js to MODULE.bazel (#2618)
Otherwise wasm_bindgen with rules_js is unusable.
1 parent 72d1d4a commit df7a655

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MODULE.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ bazel_dep(
3939
version = "21.7",
4040
repo_name = "com_google_protobuf",
4141
)
42+
bazel_dep(
43+
name = "aspect_rules_js",
44+
version = "1.39.0",
45+
)
4246

4347
bazel_dep(
4448
name = "rules_python",

0 commit comments

Comments
 (0)