flutter_flutter/lib/web_ui/build.html.yaml
Yegor de74f8a581
migrate web engine implementation to null-safe Dart (#19172)
Migrate dart:_engine to null safe dart
2020-06-26 14:13:01 -07:00

22 lines
569 B
YAML

# Build configuration used by HTML (non-CanvasKit) tests.
#
# See also `build.canvaskit.yaml`.
targets:
$default:
builders:
build_web_compilers|entrypoint:
options:
compiler: dart2js
dart2js_args:
- --no-minify
- --disable-inlining
- --enable-asserts
- --enable-experiment=non-nullable
- --no-sound-null-safety
generate_for:
include:
- test/**.dart
exclude:
- test/**vm_test.dart
- test/canvaskit/**.dart