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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -