We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1138012 commit bd8a046Copy full SHA for bd8a046
examples/server.js
@@ -10,6 +10,7 @@ config.entry.app.push(
10
11
new WebpackDevServer(webpack(config), {
12
publicPath: config.output.publicPath,
13
+ historyApiFallback: true,
14
disableHostCheck: true,
15
hot: true,
16
stats: {
0 commit comments