I want to run project as static build. I am creating build using npm run build. This creates dist folder with index.html and main.js. When I deploy this on apache root folder it works fine but when I want to run on subdirectory it is giving me just blank page. I checked web and found there should be some configuration to run project in subdirectory. I was not able to find any solution with webpack for same.
Hi
I want to run project as static build. I am creating build using npm run build. This creates dist folder with index.html and main.js. When I deploy this on apache root folder it works fine but when I want to run on subdirectory it is giving me just blank page. I checked web and found there should be some configuration to run project in subdirectory. I was not able to find any solution with webpack for same.