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
Hi!
I get each webpack build progress steps as separate lines:
Do you know how to prevent this?
<s> [webpack.Progress] 0% compiling
<s> [webpack.Progress] 10% building 0/0 modules 0 active
<s> [webpack.Progress] 10% building 0/1 modules 1 active multi D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\index.js?http://192.168.1.235:8080/sockjs-node D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack\hot\dev-server.js ./src/main.ts
<s> [webpack.Progress] 10% building 1/1 modules 0 active
<s> [webpack.Progress] 10% building 1/1 modules 0 active
<s> [webpack.Progress] 10% building 1/2 modules 1 active multi D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\index.js?http://localhost D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack\hot\dev-server.js D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\index.js?http://192.168.1.235:8080/sockjs-node ./src/main.ts
<s> [webpack.Progress] 10% building 2/2 modules 0 active
<s> [webpack.Progress] 10% building 2/3 modules 1 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\index.js?http://192.168.1.235:8080/sockjs-node
<s> [webpack.Progress] 10% building 2/4 modules 2 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\index.js?http://localhost
<s> [webpack.Progress] 10% building 2/5 modules 3 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack\hot\dev-server.js
<s> [webpack.Progress] 10% building 3/5 modules 2 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack\hot\dev-server.js
<s> [webpack.Progress] 10% building 4/5 modules 1 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack\hot\dev-server.js
<s> [webpack.Progress] 10% building 5/5 modules 0 active
<s> [webpack.Progress] 10% building 5/6 modules 1 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack\hot sync nonrecursive /^\.\/log$/
<s> [webpack.Progress] 10% building 6/6 modules 0 active
<s> [webpack.Progress] 10% building 6/7 modules 1 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack\hot\log.js
<s> [webpack.Progress] 10% building 6/8 modules 2 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack\hot\log-apply-result.js
<s> [webpack.Progress] 10% building 6/9 modules 3 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack\hot\emitter.js
<s> [webpack.Progress] 10% building 6/10 modules 4 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\overlay.js
<s> [webpack.Progress] 10% building 6/11 modules 5 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\socket.js
<s> [webpack.Progress] 10% building 6/12 modules 6 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\utils\log.js
<s> [webpack.Progress] 10% building 6/13 modules 7 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\utils\sendMessage.js
<s> [webpack.Progress] 10% building 6/14 modules 8 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\utils\reloadApp.js
<s> [webpack.Progress] 10% building 6/15 modules 9 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
<s> [webpack.Progress] 10% building 7/15 modules 8 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
<s> [webpack.Progress] 10% building 8/15 modules 7 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
<s> [webpack.Progress] 11% building 9/15 modules 6 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
<s> [webpack.Progress] 11% building 10/15 modules 5 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
<s> [webpack.Progress] 11% building 11/15 modules 4 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
<s> [webpack.Progress] 11% building 12/15 modules 3 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
<s> [webpack.Progress] 11% building 13/15 modules 2 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
<s> [webpack.Progress] 11% building 14/15 modules 1 active D:\_gits_c#\netvuetemplate\client-app\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
The text was updated successfully, but these errors were encountered:
this is actually an issue with VueCliMiddleware. I tested a first release 2.1.1 and it works just fine, next releases have this problem.
There's already an issue for invalid build progress #27, even if it's described as a problem with Vue CLI 3.11.0, so it can be a different type of issue, but I guess they are correlated...
Hi!
I get each webpack build progress steps as separate lines:
Do you know how to prevent this?
The text was updated successfully, but these errors were encountered: