-
Notifications
You must be signed in to change notification settings - Fork 63
/
build.yaml
42 lines (42 loc) · 1.09 KB
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
targets:
$default:
builders:
build_web_compilers|entrypoint:
enabled: false
web:
auto_apply_builders: false
dependencies: [ '$default' ]
builders:
build_web_compilers|entrypoint:
generate_for:
- web/**.dart
release_options:
compiler: dart2js
dart2js_args:
- --minify
- --no-source-maps
- --lax-runtime-type-to-string
- --trust-primitives
- --omit-implicit-checks
- --omit-as-casts
node:
auto_apply_builders: false
dependencies: [ '$default' ]
builders:
build_web_compilers|entrypoint:
generate_for:
- node/**.dart
options:
compiler: dart2js
release_options:
dart2js_args:
- --minify
- --no-source-maps
- --lax-runtime-type-to-string
- --trust-primitives
- --omit-implicit-checks
- --server-mode
dev_options:
dart2js_args:
- --server-mode
- -DGLTF_VALIDATOR_DEBUG=true