webpack-contrib / webpack-canary

Canary tooling for checking webpack dependencies against specific webpack versions
MIT License
47 stars 11 forks source link

Use Chrome instead of Phantom.js #29

Open andreicek opened 6 years ago

TheLarkInn commented 6 years ago

Also if this hasn't started chrome has released their own remote desktop protocol abstraction called "puppeteer" something that might also be a choice. (If not already being worked on)

andreicek commented 6 years ago

Yup! I've started some work on this but soon switched to Puppeteer since it looks easier to use. Thanks, Sean!