Volt.Builder.Output (Volt v0.15.1)

Copy Markdown View Source

Builds final production output files from compiled module graphs.

Summary

Functions

Bundle modules into separate chunks based on the chunk graph.

Bundle modules into a single JS file and write output.

Bundle modules into a single in-memory JS bundle.

Functions

build_chunks(entry, name, arg1, arg2, build_ctx)

Bundle modules into separate chunks based on the chunk graph.

build_single(entry, name, arg, build_ctx)

Bundle modules into a single JS file and write output.

bundle_single(entry, arg, files, build_ctx)

Bundle modules into a single in-memory JS bundle.