mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
Use sourcemapFile to reroot sourcemap sources
This commit is contained in:
parent
038c5f0727
commit
0e96125260
1 changed files with 2 additions and 0 deletions
2
BUILD.gn
2
BUILD.gn
|
@ -308,6 +308,8 @@ run_node("bundle") {
|
|||
rebase_path("js/main.ts", root_build_dir),
|
||||
"-o",
|
||||
rebase_path(out_dir + "main.js", root_build_dir),
|
||||
"--sourcemapFile",
|
||||
rebase_path("."),
|
||||
"--silent",
|
||||
"--environment",
|
||||
"BASEPATH:" + rebase_path(".", root_build_dir),
|
||||
|
|
Loading…
Reference in a new issue