Skip to content

Commit 2379b18

Browse files
author
Harry Terkelsen
authored
Turn on --web-resources-cdn by default (#123425)
1 parent d546b33 commit 2379b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/lib/src/runner/flutter_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,9 @@ abstract class FlutterCommand extends Command<void> {
669669
}
670670

671671
void usesWebResourcesCdnFlag() {
672-
// TODO(hterkelsen): Default to true once we have a smoke test.
673672
argParser.addFlag(
674673
FlutterOptions.kWebResourcesCdnFlag,
674+
defaultsTo: true,
675675
help: 'Use Web static resources hosted on a CDN.',
676676
);
677677
}

0 commit comments

Comments
 (0)