webpack-dev-server vs nodemon -


are there (dis)advantages in using webpack-dev-server on nodemon. have real experience it? used nodemone , know can used in production too. whereas webpack-dev-server suitable dev only.

nodemon deamon process whic looks file changes , restarts node application in case of change. if error occurs not able restart in such cases. failure occurs

eaddruse address in use.

//nodemon fails restart.

it basic , cannot bundle modules , files used in project.

webpack advanced tool. helps bundle dependencies , library files 1 single file , checks syntax , other errors. creates file on fly.

when using react, indispensible tool since allows hot module replacement. same angular 2.

if require examples on how use webpack, can provide many examples.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -