erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

main.js is not available on production mode #1337

Closed idangozlan closed 7 years ago

idangozlan commented 7 years ago

Hi,

When I'm trying to run with npm start (production-like mode) I'm keep getting: http://localhost:3001/dist/main-d640135ef15847354891.js is not found.

Thanks.

jdmswong commented 7 years ago

+1 same issue

idangozlan commented 7 years ago

had to run npm run build, solved.