use default webpack stats settings
This commit is contained in:
parent
e2c747c9ec
commit
265e8a0083
|
@ -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: {
|
||||
|
|
Reference in New Issue