|
|
@@ -17,8 +17,7 @@ __DEV__=false yarn dev
|
|
|
*/
|
|
|
|
|
|
const execa = require('execa')
|
|
|
-const { targets, fuzzyMatchTarget } = require('./utils')
|
|
|
-
|
|
|
+const { fuzzyMatchTarget } = require('./utils')
|
|
|
const args = require('minimist')(process.argv.slice(2))
|
|
|
const target = args._.length ? fuzzyMatchTarget(args._)[0] : 'vue'
|
|
|
const formats = args.formats || args.f
|