diff --git a/scripts/start.js b/scripts/start.js index a971f259..6f920fb3 100644 --- a/scripts/start.js +++ b/scripts/start.js @@ -156,7 +156,8 @@ const devServer = new WebpackDevServer(compiler, { hot: true, inline: true, publicPath: '/', - quiet: true + quiet: true, + historyApiFallback: true }); addMiddleware(devServer);