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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -