diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-11 13:07:31 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-11 15:06:21 -0500 |
| commit | f2307346237831e049f06d5ff19af0590cfd377f (patch) | |
| tree | e5de1ec03d937d85035a27d70d93c0189735d109 /BUILD.gn | |
| parent | c1de50b0ca9c6e1c8cd06347d19dd3db50db36d8 (diff) | |
build: snapshot doesn't need source_map
Continuation of the work done in c113df.
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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", ] |
