Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 8961a93

Browse files
Mitko-Kerezovsis0k0
authored andcommitted
fix: remove progress indication (#468)
Remove progress indication as `webpack` [prints said indication on the `stderr`](https://github.com/webpack/webpack/blob/4428efe48e1c5ff4cadb79e13f0fa48c12bdac35/lib/ProgressPlugin.js#L50) which confuses some tools
1 parent 999232e commit 8961a93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lib/compiler.js

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ exports.runWebpackCompiler = function runWebpackCompiler(config, $projectData, $
5858
...sourceMapSupportArgs,
5959
pathResolve(projectDir, "node_modules", "webpack", "bin", "webpack.js"),
6060
`--config=${pathResolve(projectDir, "webpack.config.js")}`,
61-
"--progress",
6261
...(config.watch ? ["--watch"] : []),
6362
...envParams,
6463
].filter(a => !!a);

0 commit comments

Comments
 (0)