adds /application to open when dev server starts

This commit is contained in:
dhrubesh-makeen 2021-04-24 00:59:45 +05:30
parent e1ea39e287
commit 1d65ed38f9

View File

@ -10,6 +10,8 @@ module.exports = {
historyApiFallback: true, historyApiFallback: true,
publicPath: "/", publicPath: "/",
transportMode: "ws", transportMode: "ws",
open: true,
openPage: "application",
contentBase: [resolve(__dirname, "./public")], contentBase: [resolve(__dirname, "./public")],
hot: true, hot: true,
liveReload: false, liveReload: false,