package:build_web_compilers v4.0.4
·
376 commits
to master
since this release
- Allow the latest analyzer (6.x.x).- Add the
canaryoption forbuild_web_compilers:ddcandbuild_web_compilers:sdk_jsbuilders to enable canary features in DDC. This setting is disabled by default but can be enabled by setting it totrueglobally:yamlglobal_options: build_web_compilers:ddc: options: canary: true build_web_compilers:sdk_js: options: canary: true