Build Vite+React For Production With Nginx
Overview Recently I struggled with building my new app with Vite+React for production. The issue was something to do with _global in the recent axios versions. When running npm run build So here is how I fixed that (after searching for solutions on Google) How to fix axios error when running vite build The fix … Read more