You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# webpack-dev-server
2
2
3
+
[![npm][npm]][npm-url]
4
+
[![deps][deps]][deps-url]
5
+
[![test][test]][test-url]
6
+
3
7
Use [webpack](http://webpack.github.io) with a development server that provides live reloading. This should be used for **development only**.
4
8
5
9
It uses [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) under the hood, which provides fast in-memory access to the webpack assets.
@@ -48,3 +52,12 @@ When making a PR, keep these goals in mind:
0 commit comments