Fixed routing issue for periods (#2162)

This commit is contained in:
Simon Behar 2019-08-15 13:08:08 -07:00 committed by Alex Collins
parent db6146a25c
commit ec142a1031

View file

@ -70,7 +70,9 @@ const config = {
new MonacoWebpackPlugin(),
],
devServer: {
historyApiFallback: true,
historyApiFallback: {
disableDotRule: true
},
port: 4000,
proxy: {
'/api': proxyConf,