I'm confused. without html-webpack-plugin plugin I can run my project and it works fine:
yarn start
url:
My project is finished. now I want to build my project and I want to upload on server.
my project works with Api.
now, I think I should use html-webpack-plugin to get a build file.
to do this I run this command:
npm run build
and It makes a dist directory that inside of it is:
I uploaded my content of my dist on server:
http://www.shadyab.com/test20/index.html
I got this error on console:
Warning: [react-router] Location "/test20/index.html" did not match any routes
whole my project:

