Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 540c6c1

Browse files
authored
Revert "Enable/tweak web sdk source maps (#13141)" (#13148)
This reverts commit 2116d6b.
1 parent a94ed34 commit 540c6c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web_sdk/BUILD.gn

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,15 @@ 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"),
177-
"--inline-source-map",
176+
"file:///" + rebase_path("$root_out_dir/flutter_web_sdk/libraries.json"),
178177
"--modules",
179178
"amd",
180179
"-o",

0 commit comments

Comments
 (0)