This commit is contained in:
Kasper Rynning-Tønnesen
2019-11-18 17:30:17 +01:00
parent f9f03b0e03
commit 868a9a8614
10 changed files with 940 additions and 1238 deletions

View File

@@ -34,7 +34,7 @@ const webpackConfig = merge(commonConfig(true), {
historyApiFallback: true,
hot: true,
overlay: true,
port: 8080,
port: 8000,
stats: {
normal: true
}