u
This commit is contained in:
parent
6168e3ed33
commit
6b2a39c673
@ -6,7 +6,7 @@ const commander = require('commander')
|
|||||||
const deepmerge = require('deepmerge')
|
const deepmerge = require('deepmerge')
|
||||||
|
|
||||||
// 默认参数
|
// 默认参数
|
||||||
const wo = { global.wo = {
|
const wo = (global.wo = {
|
||||||
envi: {
|
envi: {
|
||||||
deploy: {
|
deploy: {
|
||||||
fromDist: './dist',
|
fromDist: './dist',
|
||||||
@ -34,7 +34,7 @@ const wo = { global.wo = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}}
|
})
|
||||||
|
|
||||||
// 读取配置文件
|
// 读取配置文件
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user