mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-03 18:40:45 -05:00
fix(cli-service): avoiding recreating dist directory (#6221)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user