typo on dev channel@`3cf31f7c`

This commit is contained in:
James ZHANG 2018-04-25 12:14:59 +08:00
parent 348c6bc79c
commit 47d5f42340
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ module.exports = new Promise((resolve, reject) => {
: undefined
}))
utils.resolve(devWebpackConfig)
resolve(devWebpackConfig)
}
})
})