Skip to content

Commit

Permalink
Build legacy web dart sdk (flutter#11360)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams authored Aug 22, 2019
1 parent ccf5d61 commit e6b983c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web_sdk/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,9 @@ prebuilt_dart_action("flutter_dartdevc_kernel_sdk") {
"amd",
"-o",
rebase_path("$root_out_dir/flutter_web_sdk/kernel/amd/dart_sdk.js"),
"--modules",
"legacy",
"-o",
rebase_path("$root_out_dir/flutter_web_sdk/kernel/legacy/dart_sdk.js"),
]
}

0 comments on commit e6b983c

Please sign in to comment.