Skip to content

package:build_web_compilers v4.0.4

Compare
Choose a tag to compare
@jakemac53 jakemac53 released this 29 Jun 16:46
· 63 commits to master since this release
39c2725
  • Allow the latest analyzer (6.x.x).- Add the canary option for build_web_compilers:ddc and build_web_compilers:sdk_jsbuilders to enable canary features in DDC. This setting is disabled by default but can be enabled by setting it to true globally:yamlglobal_options: build_web_compilers:ddc: options: canary: true build_web_compilers:sdk_js: options: canary: true