DSContEd / IntroWebDevelopment

At the end of the course, students will be able to plan, design, and implement a web site using current standards and best practices.
1 stars 1 forks source link

Environment: What is "Webpack Dev Server"? #6

Open TonyGoodDay2 opened 7 years ago

TonyGoodDay2 commented 7 years ago

What is "Webpack Dev Server"

cmitchell74 commented 7 years ago

The webpack-dev-server is a little Node.js Express server, which uses the webpack-dev-middleware to serve a webpack bundle. It also has a little runtime which is connected to the server via Sock.js. The server emits information about the compilation state to the client, which reacts to those events.

jjsahn commented 7 years ago

The webpack-dev-server is a little Node.js Express server, which uses the webpack-dev-middleware to serve a webpack bundle.