添加提示

This commit is contained in:
2018-11-12 00:33:23 +08:00
parent 00006ed146
commit c6adec276d
2 changed files with 5 additions and 4 deletions

View File

@ -114,8 +114,6 @@ module.exports = (app, cb) => {
if (stats.errors.length) return
serverTime = stats.time
// console.log('web-dev')
// update()
})
// web
@ -190,8 +188,6 @@ module.exports = (app, cb) => {
))
webTime = stats.time
// console.log('web-dev')
// update()
})
app.use(webpackHotMiddleware(clientCompiler))
}