build_modules 0.3.1 build_modules: ^0.3.1 copied to clipboard
Builders for Dart modules
build_modules #
Module builders for web, used by package:build_web_compilers
.
This package provides generic module builders which can be used to create
custom web compilation pipelines. It is used by build_web_compilers
package which provides standard builders for DDC and dart2js.
Usage #
There should be no need to import this package directly unless you are developing
a custom builder for web. See documentation in build_web_compilers
for more details on building your Dart code with DDC and dart2js.