Skip to content

Commit

Permalink
fix: default value of assetsDir option (#7703)
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Apr 12, 2022
1 parent 7ddbf96 commit 83d32d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/cli.ts
Expand Up @@ -130,7 +130,7 @@ cli
.option('--outDir <dir>', `[string] output directory (default: dist)`)
.option(
'--assetsDir <dir>',
`[string] directory under outDir to place assets in (default: _assets)`
`[string] directory under outDir to place assets in (default: assets)`
)
.option(
'--assetsInlineLimit <number>',
Expand Down

0 comments on commit 83d32d9

Please sign in to comment.