Use Web resources CDN in service_worker_test by default (#123360)
This commit is contained in:
parent
02650cdba5
commit
4e58370cbf
@ -140,7 +140,7 @@ Future<void> _rebuildApp({ required int version, required ServiceWorkerTestType
|
||||
);
|
||||
await runCommand(
|
||||
_flutter,
|
||||
<String>['build', 'web', '--profile', '-t', target],
|
||||
<String>['build', 'web', '--web-resources-cdn', '--profile', '-t', target],
|
||||
workingDirectory: _testAppDirectory,
|
||||
environment: <String, String>{
|
||||
'FLUTTER_WEB': 'true',
|
||||
|
Loading…
x
Reference in New Issue
Block a user