Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a9202 commit 08cb393Copy full SHA for 08cb393
1 file changed
dev/devicelab/lib/tasks/web_benchmarks.dart
@@ -71,7 +71,10 @@ Future<TaskResult> runWebBenchmark(WebBenchmarkOptions benchmarkOptions) async {
71
'--web-browser-flag=--headless=new',
72
'--web-browser-flag=--no-sandbox',
73
'--dart-define=FLUTTER_WEB_ENABLE_PROFILING=true',
74
- if (benchmarkOptions.withHotReload) '--web-experimental-hot-reload',
+ if (benchmarkOptions.withHotReload)
75
+ '--web-experimental-hot-reload'
76
+ else
77
+ '--no-web-experimental-hot-reload',
78
'--no-web-resources-cdn',
79
'lib/web_benchmarks_ddc.dart',
80
],
0 commit comments