jest-webpack
jest-webpack copied to clipboard
Error: Cannot find module 'webpack-cli/bin/config-yargs'
With the following version of webpack and webpack-cli
{
"webpack": "^4.33.0",
"webpack-cli": "^3.3.2"
}
The webpack-cli/bin/config-yargs has been moved to webpack-cli/bin/config/config-yargs
I created a PR (#39) for this issue.
I have the same problem