Skip to content

Commit 419dfbe

Browse files
committed
perf(bazel): disable minify for spec bundling
This will speed up bundling further, and makes debugging easier.
1 parent daf527a commit 419dfbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bazel/spec-bundling/index_rjs.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def spec_bundle(name, deps, srcs = [], bootstrap = [], testonly = True, config =
3030
testonly = testonly,
3131
bundle = True,
3232
format = "iife",
33-
minify = True,
3433
sourcemap = "linked",
3534
platform = "node",
3635
entry_point = ":%s_entrypoint" % name,

0 commit comments

Comments
 (0)