javascript - dot is not working in webpack dev server url after refresh -


i have following url:

about/myfile.php?.. 

it's working fine when coming page myfile.php. now, refreshing page. after refresh getting:

cannot /about/myfile.php

as suggested here https://github.com/fabric8-ui/fabric8-ui/pull/1391/files, have made changes in webpack.config.js file:

 devserver: {       historyapifallback: {         disabledotrule: true,       },     }, 

but, it's not working on refresh.


Comments

Popular posts from this blog

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

r - Using `bbmle:mle2` with vector parameters (already works using `optim`) -