Skip to content

Commit 957c86f

Browse files
committed
fix: enable page refreshing
1 parent e81f97a commit 957c86f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo-app/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = {
4141
}),
4242
],
4343
devServer: {
44+
historyApiFallback: true,
4445
static: {
4546
directory: path.join(__dirname, './dist'),
4647
},

0 commit comments

Comments
 (0)