Last active
January 13, 2022 04:42
-
-
Save ailabs-software/be09da8fdbf766415d2df62880a9015e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
targets: | |
$default: | |
sources: | |
- lib/** | |
- web/** | |
# Note that it is important to include these in the default target. | |
- pubspec.* | |
- $package$ | |
builders: | |
# ----------------------- | |
build_web_compilers|entrypoint: | |
release_options: | |
dart2js_args: | |
- --fast-startup | |
- --no-minify | |
- -O3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment