mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 16:48:56 -06:00
fix(task): ENV_VAR=value broken in commands
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @param {string} args
|
||||
*/
|
||||
exports.parseArgs = function (args) {
|
||||
const parts = args.split(/\s+|=/)
|
||||
const parts = args.split(/\s+/)
|
||||
const result = []
|
||||
let arg
|
||||
let index = 0
|
||||
|
||||
Reference in New Issue
Block a user