File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 "style-loader" : " 0.13.1" ,
7676 "url-loader" : " 0.5.7" ,
7777 "webpack" : " 1.13.2" ,
78- "webpack-dev-server" : " 1.15.2 " ,
78+ "webpack-dev-server" : " 1.16.0 " ,
7979 "whatwg-fetch" : " 1.0.0"
8080 },
8181 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -251,6 +251,9 @@ function addMiddleware(devServer) {
251251
252252function runDevServer ( port , protocol ) {
253253 var devServer = new WebpackDevServer ( compiler , {
254+ // Silence WebpackDevServer's own logs since they're generally not useful.
255+ // It will still show compile warnings and errors with this setting.
256+ clientLogLevel : 'none' ,
254257 // By default WebpackDevServer also serves files from the current directory.
255258 // This might be useful in legacy apps. However we already encourage people
256259 // to use Webpack for importing assets in the code, so we don't need to
You can’t perform that action at this time.
0 commit comments