Skip to content

Commit

Permalink
refactor(vite-node): Remove --silent and --vue flags
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerey committed May 6, 2022
1 parent a15cefc commit 8683de6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 76 deletions.
72 changes: 0 additions & 72 deletions packages/ui/vite.config.ts.js

This file was deleted.

4 changes: 0 additions & 4 deletions packages/vite-node/src/cli.ts
Expand Up @@ -12,8 +12,6 @@ cli
.option('-r, --root <path>', 'Use specified root directory')
.option('-c, --config <path>', 'Use specified config file')
.option('-w, --watch', 'Restart on file changes, similar to "nodemon"')
.option('-s, --silent', 'Do not emit errors and logs')
.option('--vue', 'Support for importing Vue component')
.help()

cli
Expand All @@ -26,8 +24,6 @@ export interface CliOptions {
root?: string
config?: string
watch?: boolean
silent?: boolean
vue?: boolean
'--'?: string[]
}

Expand Down

0 comments on commit 8683de6

Please sign in to comment.