Turn on --web-resources-cdn by default (#123425)

This commit is contained in:
Harry Terkelsen
2023-03-24 14:33:58 -07:00
committed by GitHub
parent d546b33e73
commit 2379b18f8d

View File

@@ -669,9 +669,9 @@ abstract class FlutterCommand extends Command<void> {
}
void usesWebResourcesCdnFlag() {
// TODO(hterkelsen): Default to true once we have a smoke test.
argParser.addFlag(
FlutterOptions.kWebResourcesCdnFlag,
defaultsTo: true,
help: 'Use Web static resources hosted on a CDN.',
);
}