Skip to content

Commit

Permalink
chore: dev build for multi-packages (#10126)
Browse files Browse the repository at this point in the history
Co-authored-by: baoqiang <qiang.bao@stanlogy.com>
  • Loading branch information
BouHarusame and BouHarusame committed Jan 18, 2024
1 parent 07922da commit e58d3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { polyfillNode } from 'esbuild-plugin-polyfill-node'
const require = createRequire(import.meta.url)
const __dirname = dirname(fileURLToPath(import.meta.url))
const args = minimist(process.argv.slice(2))
const targets = args._ || ['vue']
const targets = args._.length ? args._ : ['vue']
const format = args.f || 'global'
const prod = args.p || false
const inlineDeps = args.i || args.inline
Expand Down

0 comments on commit e58d3f6

Please sign in to comment.