react web game : BrowserRouter, Link

This commit is contained in:
haerong22
2021-03-26 19:19:35 +09:00
parent fc5b2013e3
commit c2aaee2c6e
2 changed files with 4 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ module.exports = {
}, // 출력
devServer: {
historyApiFallback: true,
publicPath: "/dist/",
hot: true,
},