We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07922da commit e58d3f6Copy full SHA for e58d3f6
scripts/dev.js
@@ -14,7 +14,7 @@ import { polyfillNode } from 'esbuild-plugin-polyfill-node'
14
const require = createRequire(import.meta.url)
15
const __dirname = dirname(fileURLToPath(import.meta.url))
16
const args = minimist(process.argv.slice(2))
17
-const targets = args._ || ['vue']
+const targets = args._.length ? args._ : ['vue']
18
const format = args.f || 'global'
19
const prod = args.p || false
20
const inlineDeps = args.i || args.inline
0 commit comments