Skip to content

Commit

Permalink
docs: add documentation for --formats to the build options section (#…
Browse files Browse the repository at this point in the history
…3386) [ci skip]

Pull #2583 added --formats to the cli build commands but did not add documentation to the guide for the flag
  • Loading branch information
zigzaggin authored and sodatea committed Jan 29, 2019
1 parent 3a1b1d8 commit 8568232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/cli-service.md
Expand Up @@ -67,6 +67,7 @@ Options:
--dest specify output directory (default: dist)
--modern build app targeting modern browsers with auto fallback
--target app | lib | wc | wc-async (default: app)
--formats list of output formats for library builds (default: commonjs,umd,umd-min)
--name name for lib or web-component mode (default: "name" in package.json or entry filename)
--no-clean do not remove the dist directory before building the project
--report generate report.html to help analyze bundle content
Expand Down

0 comments on commit 8568232

Please sign in to comment.