Skip to content

Commit

Permalink
Handling historyApiFallback
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdreyer authored Nov 28, 2017
1 parent eec1681 commit 0b04462
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/build/webpack.dev.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ const devWebpackConfig = merge(baseWebpackConfig, {
quiet: true, // necessary for FriendlyErrorsPlugin
watchOptions: {
poll: config.dev.poll,
}
},
historyApiFallback: true
},
plugins: [
new webpack.DefinePlugin({
Expand Down

0 comments on commit 0b04462

Please sign in to comment.