christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

Won't work with Node v6 unless you require babel-core@>=6.11.4 #178

Open anthonygore opened 7 years ago

anthonygore commented 7 years ago

Setting a minimum version of babel-core is required for Node v6 otherwise you'll get the error Module build failed: TypeError: Path must be a string. Received undefined