Skip to content
Snippets Groups Projects
Commit fe7ea886 authored by Thomas Roos's avatar Thomas Roos
Browse files

Make webpack-dev-server work with react-router

parent b143d240
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,9 @@ module.exports = {
]
},
plugins: [HtmlWebpackPluginConfig]
plugins: [HtmlWebpackPluginConfig],
devServer: {
historyApiFallback: true,
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment