Mat Gessel
Results
2
issues of
Mat Gessel
I was having this problem on a derivative project, however I can't reproduce it in the vanilla starter project. Webpack 2 projects require that `modules: false`be specified for Babel. It...
Repro: 1. start with vanilla clone of project 2. change /project.config.publicPath to 'http://localhost:3000/' (may be a firewall issue or just a Mac thing) 3. npm run start 4. browse to...