Skip to content

Commit 3e55f64

Browse files
authored
[web] Update build_web_compilers to 2.7.1 (flutter#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
1 parent 212fbba commit 3e55f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/web_ui/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dev_dependencies:
1414
path: 1.6.4
1515
test: 1.6.5
1616
quiver: 2.0.5
17-
build_runner: 1.7.0
17+
build_runner: 1.7.2
1818
build_test: 0.10.8
19-
build_web_compilers: 2.1.5
19+
build_web_compilers: 2.7.1
2020
yaml: 2.2.0
2121
watcher: 0.9.7+12
2222
web_engine_tester:

0 commit comments

Comments
 (0)