Iorrah Mota

Results 3 comments of Iorrah Mota

@abczdefg have you ever managed to address this issue?

This issue has been opened for almost 3 years now and there's also #29, #33 and #38. Is this bug likely to get solved? Could it actually be the result...

This also works: package.json ``` "scripts": { "start": "parallel-webpack -- --foo=bar" } ``` webpack.config.js ``` const parser = require('yargs').parse; const parsedArgv = parser(process.argv); console.log(parsedArgv.foo); // bar ```