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

Commit f74f9b4

Browse files
fix: remove progress indication
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 efaafc6 commit f74f9b4

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
@@ -67,7 +67,6 @@ exports.runWebpackCompiler = function runWebpackCompiler(config, $mobileHelper,
6767
...sourceMapSupportArgs,
6868
join($projectData.projectDir, "node_modules", "webpack", "bin", "webpack.js"),
6969
"--config=webpack.config.js",
70-
"--progress",
7170
...(config.watch ? ["--watch"] : []),
7271
...envFlagNames.map(item => `--env.${item}`),
7372
].filter(a => !!a);

0 commit comments

Comments
 (0)