NO longer opens a new window and changed port 8000 -> 8080.

This commit is contained in:
2019-11-16 21:18:13 +01:00
parent 3680d9ba43
commit f90cf2132b

View File

@@ -33,9 +33,8 @@ const webpackConfig = merge(commonConfig(true), {
compress: true, compress: true,
historyApiFallback: true, historyApiFallback: true,
hot: true, hot: true,
open: true,
overlay: true, overlay: true,
port: 8000, port: 8080,
stats: { stats: {
normal: true normal: true
} }