fix(cli-service): avoiding recreating dist directory (#6221)

This commit is contained in:
Binwei Fang
2021-01-25 16:20:17 +08:00
committed by GitHub
parent 634bf59dc8
commit b9e2f70f07
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ Options:
--inline-vue include the Vue module in the final bundle of library or web component target
--name name for lib or web-component mode (default: "name" in package.json or entry filename)
--filename file name for output, only usable for 'lib' target (default: value of --name),
--no-clean do not remove the dist directory before building the project
--no-clean do not remove the dist directory contents before building the project
--report generate report.html to help analyze bundle content
--report-json generate report.json to help analyze bundle content
--skip-plugins comma-separated list of plugin names to skip for this run