mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Explicitly name file in output_css for esbuild
This commit is contained in:
parent
60515f579e
commit
5225ef31b3
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ esbuild(
|
|||
external = [
|
||||
"protobufjs/light",
|
||||
],
|
||||
output_css = True,
|
||||
output_css = "editor-toolbar.css",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//ts/lib",
|
||||
|
|
Loading…
Reference in a new issue