use default webpack stats settings

This commit is contained in:
Toma Nistor 2019-05-31 15:33:05 -07:00 committed by Shawn Erquhart
parent e2c747c9ec
commit 265e8a0083
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ module.exports = merge(common, {
port: process.env.PORT || 3000,
contentBase: path.join(process.cwd(), "./dist"),
watchContentBase: true,
stats: "none",
quiet: false,
open: true,
historyApiFallback: {