Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aspect-build/rules_webpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d6bce05267ead7e95f600c072ef13e62af3c00b2
Choose a base ref
..
head repository: aspect-build/rules_webpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f1e8bbe599a2dcf2ad040fa42af1bb0989cbe14a
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −2 WORKSPACE
3 changes: 1 addition & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -30,10 +30,9 @@ load("@bazel_skylib//lib:unittest.bzl", "register_unittest_toolchains")

register_unittest_toolchains()

load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies")

############################################
# Gazelle, for generating bzl_library targets
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies")
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()