fastDevPostProcess function
PostProcessBuilder
fastDevPostProcess(
- BuilderOptions options
build.yaml 里 post-process builder_factory 的入口。
Implementation
PostProcessBuilder fastDevPostProcess(BuilderOptions options) =>
FastDevPostProcessBuilder();