mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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 = [
|
external = [
|
||||||
"protobufjs/light",
|
"protobufjs/light",
|
||||||
],
|
],
|
||||||
output_css = True,
|
output_css = "editor-toolbar.css",
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
"//ts/lib",
|
"//ts/lib",
|
||||||
|
|
Loading…
Reference in a new issue