mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
update $(location ...) in esbuild inject lines
This commit is contained in:
parent
944528d462
commit
b23642d568
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ esbuild(
|
|||
],
|
||||
args = [
|
||||
"--global-name=anki",
|
||||
"--inject:ts/protobuf-shim.js",
|
||||
"--inject:$(location //ts:protobuf-shim.js)",
|
||||
],
|
||||
entry_point = "index.ts",
|
||||
external = [
|
||||
|
|
|
@ -52,7 +52,7 @@ esbuild(
|
|||
],
|
||||
args = [
|
||||
"--global-name=anki",
|
||||
"--inject:ts/protobuf-shim.js",
|
||||
"--inject:$(location //ts:protobuf-shim.js)",
|
||||
],
|
||||
entry_point = "index.ts",
|
||||
external = [
|
||||
|
|
Loading…
Reference in a new issue