diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js index 6a7ecc73ae..561b06ff64 100644 --- a/frontend/webpack.config.js +++ b/frontend/webpack.config.js @@ -10,6 +10,8 @@ module.exports = { historyApiFallback: true, publicPath: "/", transportMode: "ws", + open: true, + openPage: "application", contentBase: [resolve(__dirname, "./public")], hot: true, liveReload: false,