Skip to content
Snippets Groups Projects
Commit 83ed95a1 authored by Ian Galpin's avatar Ian Galpin
Browse files

Fixed WebPack config to allow SPA urls to work with dev-server

parent 6f9bfd8c
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,8 @@ const config: webpack.Configuration = {
contentBase: path.join(__dirname, "..", "compendium_v2", "static"),
compress: true,
port: 4000,
// Allow SPA urls to work with dev-server
historyApiFallback: true
},
plugins: [
new ForkTsCheckerWebpackPlugin({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment