update $(location ...) in esbuild inject lines

This commit is contained in:
Damien Elmes 2021-03-28 09:35:46 +10:00
parent 944528d462
commit b23642d568
2 changed files with 2 additions and 2 deletions

View file

@ -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 = [

View file

@ -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 = [