Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpack not compiling code #18

Open
TomDAlba opened this issue May 4, 2017 · 3 comments
Open

Webpack not compiling code #18

TomDAlba opened this issue May 4, 2017 · 3 comments

Comments

@TomDAlba
Copy link

TomDAlba commented May 4, 2017

After clonin, and running npm install, webpack, and npm run start, the code will run on localhost:3000. However when changes are made to the code, they are not reflected in the browser automatically or even upon refresh. No errors are being shown in the browser developer console.

@bekmenxd
Copy link

bekmenxd commented May 8, 2017

I have the same problem, really annoying having to restart the server all the time.

@Saspect-IO
Copy link

npm install -g nodemon, that will refresh your server upon save. so you dont need to restart everytime

@dahfool
Copy link

dahfool commented Aug 23, 2017

If you don't have webpack installed globally, you can run it from the node_modules folder

./node_modules/.bin/webpack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants