mzgoddard / jest-webpack

Use jest with webpack.
https://www.npmjs.com/package/jest-webpack
92 stars 21 forks source link

Also look for webpack-cli config-yargs in new location #42

Open remaininlight opened 5 years ago

remaininlight commented 5 years ago

config-yargs.js within webpack-cli has been moved inside an extra directory called config. This pull request allows jest-webpack to find it.

Should fix some or all of Issues #27 #38 #40