Skip to content

Commit d15a7cc

Browse files
committed
Removes unnecessary data dependency on rules_prerender tar file.
The package is linked directly from the `npm_package()` target and no longer requires manual building beforehand.
1 parent ca4e252 commit d15a7cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/external/WORKSPACE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ npm_translate_lock(
3737
pnpm_lock = "//:pnpm-lock.yaml",
3838
verify_node_modules_ignored = "//:.bazelignore",
3939
npmrc = "//:.npmrc",
40-
data = ["//:rules_prerender-0.0.0-PLACEHOLDER.tgz"],
4140
)
4241
load("@npm_user//:repositories.bzl", "npm_repositories")
4342
npm_repositories()

0 commit comments

Comments
 (0)