From b2d91d920a97a532e22005e4408a6d077d72f556 Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Tue, 10 Dec 2019 16:12:53 -0800 Subject: [PATCH] [web] Update build_web_compilers to 2.7.1 (flutter/engine#14305) * [web] Update build_web_compilers to 2.7.1 This was causing problems with the dart compiler location for web. The compiler seems to be present in out/host_debug_unopt/dart-sdk/lib/dev_compiler/kernel/amd/dart_sdk.js as opposed to out/host_debug_unopt/dart-sdk/lib/dev_compiler/amd/dart_sdk.js * also update build_runner --- engine/src/flutter/lib/web_ui/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/src/flutter/lib/web_ui/pubspec.yaml b/engine/src/flutter/lib/web_ui/pubspec.yaml index b74bacbf809..73ecfb5e625 100644 --- a/engine/src/flutter/lib/web_ui/pubspec.yaml +++ b/engine/src/flutter/lib/web_ui/pubspec.yaml @@ -14,9 +14,9 @@ dev_dependencies: path: 1.6.4 test: 1.6.5 quiver: 2.0.5 - build_runner: 1.7.0 + build_runner: 1.7.2 build_test: 0.10.8 - build_web_compilers: 2.1.5 + build_web_compilers: 2.7.1 yaml: 2.2.0 watcher: 0.9.7+12 web_engine_tester: