diff --git a/src/dev-app/BUILD.bazel b/src/dev-app/BUILD.bazel index c864a7131321..8073332cd43f 100644 --- a/src/dev-app/BUILD.bazel +++ b/src/dev-app/BUILD.bazel @@ -106,7 +106,6 @@ esbuild( ":main.js", ":polyfills.js", ] + ["%s:index.js" % e for e in ALL_EXAMPLES], - minify = True, platform = "browser", sourcemap = "linked", sources_content = True,