webpack-contrib / webpack-canary

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

Stop using node_modules for testing #22

Closed andreicek closed 7 years ago

andreicek commented 7 years ago

Install webpack & dependency somewhere else (not node_modules - avoid potential collisions)

andreicek commented 7 years ago

Implemented!