Skip to content

Webpack build progress steps as separate lines #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
senner008 opened this issue Sep 6, 2019 · 1 comment · Fixed by #54
Closed

Webpack build progress steps as separate lines #13

senner008 opened this issue Sep 6, 2019 · 1 comment · Fixed by #54
Labels
upstream Issue with External dependency

Comments

@senner008
Copy link

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
@liborpansky
Copy link
Contributor

Hi,

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...

@liborpansky liborpansky added the upstream Issue with External dependency label Sep 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Issue with External dependency
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants