feathers-starter-react-redux-login-roles
feathers-starter-react-redux-login-roles copied to clipboard
Client not building
Been poking at this for a while now, and maybe I'm missing something obvious, but I can't seem to get the client to build. Webpack runs through its process, and it appears successful but nothing new shows up in the public folder. Ideas? (I'm on windows)
The repo uses an older version of Webpack so make sure you are using the version in package.json.
Other than that its been tested on Ubuntu.
Gotcha. Probably a pathing issue or something, since it goes thru the whole compile, just no file. I'll keep poking at it and post my fix if I find one.