question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

webpack-dev-server how to disabled --progress

See original GitHub issue

What problem does this feature solve?

webpack-dev-server how to disabled --progress

 webpackConfig
          .plugin('progress')
          .use(require('webpack/lib/ProgressPlugin'))

What does the proposed API look like?

vue-cli-service serve

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

16reactions
justin-callejacommented, Mar 7, 2020

@yyx990803 I would want to disable progress report because when running an app using vue-cli-service serve --mode development as a docker-compose service, I get a long wall of text for log output like this very short snippet of the total output:

feapp     | <s> [webpack.Progress] 66% building 696/741 modules 45 active /usr/src/app/node_modules/css-loader/dist/cjs.js??ref--9-oneOf-3-1!/usr/src/app/node_modules/postcss-loader/src/index.js??ref--9-oneOf-3-2!/usr/src/app/node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-3-3!/usr/src/app/node_modules/vuetify/src/components/VColorPicker/VColorPickerSwatches.sass
feapp     | <s> [webpack.Progress] 66% building 696/742 modules 46 active /usr/src/app/node_modules/css-loader/dist/cjs.js??ref--9-oneOf-3-1!/usr/src/app/node_modules/postcss-loader/src/index.js??ref--9-oneOf-3-2!/usr/src/app/node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-3-3!/usr/src/app/node_modules/vuetify/src/components/VProgressLinear/VProgressLinear.sass
feapp     | <s> [webpack.Progress] 66% building 697/742 modules 45 active /usr/src/app/node_modules/css-loader/dist/cjs.js??ref--9-oneOf-3-1!/usr/src/app/node_modules/postcss-loader/src/index.js??ref--9-oneOf-3-2!/usr/src/app/node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-3-3!/usr/src/app/node_modules/vuetify/src/components/VProgressLinear/VProgressLinear.sass
feapp     | <s> [webpack.Progress] 66% building 698/742 modules 44 active /usr/src/app/node_modules/css-loader/dist/cjs.js??ref--9-oneOf-3-1!/usr/src/app/node_modules/postcss-loader/src/index.js??ref--9-oneOf-3-2!/usr/src/app/node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-3-3!/usr/src/app/node_modules/vuetify/src/components/VProgressLinear/VProgressLinear.sass
feapp     | <s> [webpack.Progress] 66% building 698/743 modules 45 active /usr/src/app/node_modules/core-js/internals/inherit-if-required.js
feapp     | <s> [webpack.Progress] 66% building 698/744 modules 46 active /usr/src/app/node_modules/vue-style-loader/index.js??ref--9-oneOf-3-0!/usr/src/app/node_modules/css-loader/dist/cjs.js??ref--9-oneOf-3-1!/usr/src/app/node_modules/postcss-loader/src/index.js??ref--9-oneOf-3-2!/usr/src/app/node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-3-3!/usr/src/app/node_modules/vuetify/src/components/VExpansionPanel/VExpansionPanel.sass
5reactions
zlabcommented, May 15, 2018

chainConfig.plugins.delete('progress');

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to disable webpack dev server auto reload?
As a workaround I excluded webpack client side scripts from the bundle. This seems to stop auto reload from happening.
Read more >
DevServer - webpack
webpack -dev-server can be used to quickly develop an application. See the development guide to get ... To disable: npx webpack serve --no-client-progress...
Read more >
webpack-dev-server - npm
Start using webpack-dev-server in your project by running `npm i ... --no-client-progress Do not print compilation progress in percentage in ...
Read more >
DevServer - webpack 3 documentation
webpack -dev-server can be used to quickly develop an application. ... Enable webpack's Hot Module Replacement feature: ... devServer.progress - CLI only.
Read more >
videojs-disable-progress-bar - npm package - Snyk
An important project maintenance signal to consider for videojs-disable-progress-bar is that it hasn't seen any new versions released to npm in ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found