Show build info in console (#216)

This commit is contained in:
Gregory Schier 2017-05-15 16:41:43 -07:00 committed by GitHub
parent a269dd0525
commit 70b4bfff49

View File

@ -17,7 +17,6 @@ module.exports = {
devServer: {
hot: true,
hotOnly: true,
noInfo: true,
port: PORT,
publicPath: `http://localhost:${PORT}/`
},