This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
Support argv as second config param #79
Labels
Comments
closing for know, unit I got additional infos on the topic. |
This is also an issue for me. Webpack passes an object containing the argv (eg |
I also have the same issue - not able to access
@HaNdTriX are there any planms to fix it? As it is impossible to simply replace |
@eugef I am not the author/contributor of this package. Nevertheless, I reopen this issue for you guys. I am not using parallel-webpack anymore. |
Are you using smth else instead? |
Nope. |
I'm happy to merge a PR that adjusts this according to your needs. |
This also works: package.json
webpack.config.js
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Explain the problem
Sometimes a developer wants to access webpacks internal command line options in his config.
Expected Behaviour
The config function should pass two params into the config function:
source
Actual Behaviour
parallel-webpack
omits the second param (argv
).Provide your webpack config
Steps to reproduce
Use the config above and run:
Provide your Environment details
v9.1.0
MacOS 10.13.3
3.11.0
2.3.0
The text was updated successfully, but these errors were encountered: