Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Read --watch and --no-stats options from webpack configuration files #106

Open
marcofugaro opened this issue Sep 21, 2020 · 0 comments
Open

Comments

@marcofugaro
Copy link

Explain the problem

Currently, you can pass the --watch and --no-stats options from CLI or Node, but it would me much easier if parallel-webpack could infer those options from the webpack config provided.

Expected Behaviour

For example the --watch flag could be inferred from the watch option.

The --no-stats option would be enabled if there was performance: false in the webpack config object. This turns off all performance hints.

Provide your Environment details

  • Node version: 14.5.0

  • Operating System: macOS Catalina

  • webpack version: 4.44.2

  • parallel-webpack version: 2.6.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant