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
Changing
import {BrowserRouter as Router} from 'react-router-dom'
to:
import {HashRouter as Router} from 'react-router-dom'
in App.js helped me fix the same issue in my create-react-app project.