forked from firka/flutter
Turn on --web-resources-cdn by default (#123425)
This commit is contained in:
@@ -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.',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user