Skip to content

Commit 3348ddd

Browse files
committed
build: disable minification in the dev app (#30972)
Disables minification in the dev app to make errors easier to debug and since we don't really care about performance when developing locally. (cherry picked from commit e170db5)
1 parent a7c7959 commit 3348ddd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dev-app/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ esbuild(
104104
":main.js",
105105
":polyfills.js",
106106
] + ["%s:index.js" % e for e in ALL_EXAMPLES],
107-
minify = True,
108107
platform = "browser",
109108
sourcemap = "linked",
110109
sources_content = True,

0 commit comments

Comments
 (0)