[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
This commit is contained in:
Kaushik Iska 2019-12-10 16:12:53 -08:00 committed by GitHub
parent d067c4a259
commit b2d91d920a

View File

@ -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: