Skip to content

Commit 980ca76

Browse files
andrerpenaeddywashere
authored andcommitted
build(webpack): fix webpack dev server url handling
1 parent e1aa8d5 commit 980ca76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webpack.dev.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ var config = [{
4141
devtool: 'source-map',
4242
devServer: {
4343
contentBase: './build',
44+
historyApiFallback: true,
4445
stats: {
4546
chunks: false
4647
}

0 commit comments

Comments
 (0)