Skip to content

Commit bd8a046

Browse files
authored
Update server.js
1 parent 1138012 commit bd8a046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ config.entry.app.push(
1010

1111
new WebpackDevServer(webpack(config), {
1212
publicPath: config.output.publicPath,
13+
historyApiFallback: true,
1314
disableHostCheck: true,
1415
hot: true,
1516
stats: {

0 commit comments

Comments
 (0)