diff --git a/webpack.config.js b/webpack.config.js index 6a05f231..ad3c4f8b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -33,7 +33,7 @@ var config = Object.assign({}, skeleton, { port: 8080, hot: true, inline: true, - quiet: true, + quiet: false, publicPath: 'http://localhost:8080/assets/' } })