Unverified Commit 2379b18f authored by Harry Terkelsen's avatar Harry Terkelsen Committed by GitHub

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

parent d546b33e
......@@ -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.',
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment