summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-12-11 13:07:31 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-12-11 15:06:21 -0500
commitf2307346237831e049f06d5ff19af0590cfd377f (patch)
treee5de1ec03d937d85035a27d70d93c0189735d109 /BUILD.gn
parentc1de50b0ca9c6e1c8cd06347d19dd3db50db36d8 (diff)
build: snapshot doesn't need source_map
Continuation of the work done in c113df.
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f2e96bbbb..f9b3afc08 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -211,8 +211,7 @@ rust_flatbuffer("msg_rs") {
# Generates $target_gen_dir/snapshot_deno.bin
snapshot("snapshot_deno") {
- js = "$target_gen_dir/bundle/main.js"
- source_map = "$target_gen_dir/bundle/main.js.map"
+ source_root = "$target_gen_dir/bundle/main.js"
deps = [
":bundle",
]