mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Turn on --web-resources-cdn by default (#123425)
This commit is contained in:
parent
d546b33e73
commit
2379b18f8d
@ -669,9 +669,9 @@ abstract class FlutterCommand extends Command<void> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void usesWebResourcesCdnFlag() {
|
void usesWebResourcesCdnFlag() {
|
||||||
// TODO(hterkelsen): Default to true once we have a smoke test.
|
|
||||||
argParser.addFlag(
|
argParser.addFlag(
|
||||||
FlutterOptions.kWebResourcesCdnFlag,
|
FlutterOptions.kWebResourcesCdnFlag,
|
||||||
|
defaultsTo: true,
|
||||||
help: 'Use Web static resources hosted on a CDN.',
|
help: 'Use Web static resources hosted on a CDN.',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user