From a338e37e9c96f9ac910cac84cf2f248616bbabf7 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Fri, 18 Mar 2022 19:49:17 +0100 Subject: [PATCH] build: remove workaround for rules_nodejs#3106 which landed in 4.5.0 --- bazel/benchmark/app_bundling/index.bzl | 2 -- 1 file changed, 2 deletions(-) diff --git a/bazel/benchmark/app_bundling/index.bzl b/bazel/benchmark/app_bundling/index.bzl index bd7110869..a1472acb4 100644 --- a/bazel/benchmark/app_bundling/index.bzl +++ b/bazel/benchmark/app_bundling/index.bzl @@ -17,8 +17,6 @@ def _create_esbuild_minify_options(debug = False): "minifyIdentifiers": not debug, "minifySyntax": True, "minifyWhitespace": False, - # TODO: Remove when https://github.com/bazelbuild/rules_nodejs/pull/3106 landed. - "ignoreAnnotations": False, } def app_bundle(