Skip to content

Commit

Permalink
Explicitly name file in output_css for esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Apr 15, 2021
1 parent ff7655b commit bc8517c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/editor-toolbar/BUILD.bazel
Expand Up @@ -99,7 +99,7 @@ esbuild(
external = [
"protobufjs/light",
],
output_css = True,
output_css = "editor-toolbar.css",
visibility = ["//visibility:public"],
deps = [
"//ts/lib",
Expand Down

0 comments on commit bc8517c

Please sign in to comment.