Skip to content

Commit 3b3cdaf

Browse files
author
Jonas Greifenhain
authored
feat(amplify_foundation_dart): Add dart2wasm_args to build.yaml (#6764)
Configure build_web_compilers entrypoint builder with dart2wasm_args mirroring the existing dart2js_args for release builds.
1 parent 97b751a commit 3b3cdaf

File tree

1 file changed

+3
-0
lines changed
  • packages/amplify_foundation/amplify_foundation_dart

1 file changed

+3
-0
lines changed

packages/amplify_foundation/amplify_foundation_dart/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ targets:
99
dart2js_args:
1010
- --define=dart.vm.product=true
1111
- --enable-asserts
12+
dart2wasm_args:
13+
- --define=dart.vm.product=true
14+
- --enable-asserts

0 commit comments

Comments
 (0)