Skip to main content

bud build

bud build will compile your project source code into a distributable bundle. If called directly it is an alias for bud build production

$ bud build --help
Multiple commands match your selection:

0. bud build [--basedir,--cwd #0] [--cache] [--clean] [--color] [--debug] [--dry] [--filter #0] [--force,--flush] [--ignore-errors,--ignoreErrors] [--input,-i,--@src,--src #0] [--log] [--mode #0] [--output,-o,--@dist,--dist #0] [--notify] [--publicPath #0] [--silent,-s] [--storage #0] [--use #0] [--verbose] [--browserslist-update] [--dashboard.assets] [--dashboard.compact] [--dashboard.entrypoints] [--dashboard.server] [--dashboard] [--entrypoints.html] [--ci] [--devtool,--source-map] [--discover,--discovery] [--editor] [--esm] [--hash] [--html] [--immutable] [--lazy] [--minimize] [--runtime] [--splitChunks,--split-chunks,--vendor]
1. bud dev [--basedir,--cwd #0] [--cache] [--clean] [--color] [--debug] [--dry] [--filter #0] [--force,--flush] [--ignore-errors,--ignoreErrors] [--input,-i,--@src,--src #0] [--log] [--output,-o,--@dist,--dist #0] [--notify] [--publicPath #0] [--silent,-s] [--storage #0] [--use #0] [--verbose] [--browserslist-update] [--dashboard.assets] [--dashboard.compact] [--dashboard.entrypoints] [--dashboard.server] [--dashboard] [--entrypoints.html] [--ci] [--devtool,--source-map] [--discover,--discovery] [--editor] [--esm] [--hash] [--hot] [--html] [--immutable] [--lazy] [--minimize] [--proxy #0] [--runtime] [--splitChunks,--split-chunks,--vendor] [--browser] [--indicator] [--overlay] [--port #0] [--reload]
2. bud production [--basedir,--cwd #0] [--cache] [--clean] [--color] [--debug] [--dry] [--filter #0] [--force,--flush] [--ignore-errors,--ignoreErrors] [--input,-i,--@src,--src #0] [--log] [--output,-o,--@dist,--dist #0] [--notify] [--publicPath #0] [--silent,-s] [--storage #0] [--use #0] [--verbose] [--browserslist-update] [--dashboard.assets] [--dashboard.compact] [--dashboard.entrypoints] [--dashboard.server] [--dashboard] [--entrypoints.html] [--ci] [--devtool,--source-map] [--discover,--discovery] [--editor] [--esm] [--hash] [--html] [--immutable] [--lazy] [--minimize] [--runtime] [--splitChunks,--split-chunks,--vendor]

Run again with -h=<index> to see the longer details of any of those commands.