Skip to content

Commit e170db5

Browse files
authored
build: disable minification in the dev app (angular#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.
1 parent 548ddd8 commit e170db5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dev-app/BUILD.bazel

-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ esbuild(
106106
":main.js",
107107
":polyfills.js",
108108
] + ["%s:index.js" % e for e in ALL_EXAMPLES],
109-
minify = True,
110109
platform = "browser",
111110
sourcemap = "linked",
112111
sources_content = True,

0 commit comments

Comments
 (0)