Skip to content

Commit 2116d6b

Browse files
authored
Enable/tweak web sdk source maps (flutter#13141)
1 parent 1e89cb5 commit 2116d6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web_sdk/BUILD.gn

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,16 @@ prebuilt_dart_action("flutter_dartdevc_kernel_sdk") {
165165
"dart:_engine",
166166
"--no-summarize",
167167
"--packages",
168-
"file:///" + rebase_path("//third_party/dart/.packages"),
168+
"file://" + rebase_path("//third_party/dart/.packages"),
169169
"--multi-root-scheme",
170170
"org-dartlang-sdk",
171171
"--multi-root",
172172
rebase_path("../../"),
173173
"--multi-root-output-path",
174174
rebase_path("$root_out_dir/"),
175175
"--libraries-file",
176-
"file:///" + rebase_path("$root_out_dir/flutter_web_sdk/libraries.json"),
176+
"file://" + rebase_path("$root_out_dir/flutter_web_sdk/libraries.json"),
177+
"--inline-source-map",
177178
"--modules",
178179
"amd",
179180
"-o",

0 commit comments

Comments
 (0)