Skip to content

Commit

Permalink
Drop esbuild lifecycle hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
hjellek committed Aug 16, 2024
1 parent fa07953 commit 4ba5c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/smoke/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ bazel_dep(name = "platforms", version = "0.0.9", dev_dependency = True)
npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm")
npm.npm_translate_lock(
name = "npm",
lifecycle_hooks_exclude = ["esbuild"],
pnpm_lock = "//:pnpm-lock.yaml",
)
use_repo(npm, "npm")

0 comments on commit 4ba5c90

Please sign in to comment.