kilkelly / react-passport-redux-example

Demonstration of PassportJS authentication in React w/ Redux.
MIT License
66 stars 12 forks source link

No 'public/assets' folder generated #3

Closed terrorgeek closed 6 years ago

terrorgeek commented 7 years ago

Hi Kilkelly, I saw the webpack dev and prod config file and it should create the public/assets folder under any enviroument right? but after I ran both there was still nothing like 'public/assets' created, interestingly, the project is running good.

kilkelly commented 6 years ago

Hi @painforever the webpack dev version could be creating that folder in memory. The production version should definitely be creating the public/assets folder however. What environment are you running it in? Sorry for the very late reply.