stencil build

Build components for development or production

Options

NameDescription
--ciRun a build using recommended settings for a Continuous Integration (CI) environment
--config, -c <config file>Set stencil config file
--debugSet the log level to debug
--devDevelopment build
--docs-readmeGenerate component readme.md docs
--es5Creates an ES5 compatible build
--logWrite stencil-build.log file
--prerenderPrerender the application
--prodRuns a production build
--max-workers <workers>Max number of workers the compiler should use
--nextOpt-in to test the 'next' Stencil compiler features
--no-cacheDisables using the cache
--no-openDo not automatically open the browser window
--port, --p <port>Port for the Integrated Dev Server
--serveStart the dev-server
--statsWrite stencil-stats.json file
--verboseLogs additional information about each step of the build
--watchRebuild when files update