Skip to content

Commit 7e33178

Browse files
authored
Merge pull request #2 from oslabs-beta/ben/fix/config
fix: enable page refreshing
2 parents e81f97a + 957c86f commit 7e33178

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)