stencil build
Build components for development or production
Options
Name | Description |
---|---|
--ci | Run a build using recommended settings for a Continuous Integration (CI) environment |
--config, -c <config file> | Set stencil config file |
--debug | Set the log level to debug |
--dev | Development build |
--docs-readme | Generate component readme.md docs |
--es5 | Creates an ES5 compatible build |
--log | Write stencil-build.log file |
--prerender | Prerender the application |
--prod | Runs a production build |
--max-workers <workers> | Max number of workers the compiler should use |
--next | Opt-in to test the 'next' Stencil compiler features |
--no-cache | Disables using the cache |
--no-open | Do not automatically open the browser window |
--port, --p <port> | Port for the Integrated Dev Server |
--serve | Start the dev-server |
--stats | Write stencil-stats.json file |
--verbose | Logs additional information about each step of the build |
--watch | Rebuild when files update |