mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add the flutter_js target as a dep to web_sdk. (flutter/engine#48814)
Currently, the `flutter_js` target is built as part of the flutter_web_sdk_archive target. However, it should also be built when doing the normal web_sdk, as that is what the monorepo builds (and does its own archiving).
This commit is contained in:
parent
f7a88fc8f1
commit
3133e1fbca
@ -31,6 +31,7 @@ group("web_sdk") {
|
||||
deps = [
|
||||
":flutter_ddc_modules",
|
||||
":flutter_platform_dills",
|
||||
"//flutter/lib/web_ui/flutter_js",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user