Skip to content

Commit

Permalink
Remove extensions.bzl as it is unused anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kon72 committed May 20, 2024
1 parent a3d9a46 commit b3413e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
7 changes: 0 additions & 7 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ bazel_dep(name = "aspect_rules_js", version = "1.34.0")
bazel_dep(name = "rules_nodejs", version = "5.5.3")
bazel_dep(name = "platforms", version = "0.0.5")

rollup = use_extension("@aspect_rules_rollup//rollup:extensions.bzl", "rollup")
rollup.toolchain(
name = "rollup",
rollup_version = "v2.70.2",
)
use_repo(rollup, "rollup")

bazel_dep(name = "buildifier_prebuilt", version = "6.1.2", dev_dependency = True)

npm = use_extension(
Expand Down
37 changes: 0 additions & 37 deletions rollup/extensions.bzl

This file was deleted.

0 comments on commit b3413e7

Please sign in to comment.