I\'m building a react app, and at the moment webpack-dev-server works just fine( the hello world text shows up ), But webpack -p shows blank pa
webpack-dev-server
None of these worked for me my error was because I mixed up folders
Solution:
npm run build
my apache config:
did not work
DocumentRoot /var/www/sites/example.com/client/public/
worked (build folder not public)
DocumentRoot /var/www/sites/example.com/client/build/