christianalfoni / webpack-bin

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

codemirror 5.18.0 has breaking changes, must limit to 5.17.0 #179

Open anthonygore opened 7 years ago

anthonygore commented 7 years ago

In codemirror 5.18.0 they renamed jade mode to pug. Webpack compilation fails in this project if version 5.18.0 is used. Moving forward, this project needs to rename jade loader to pug. For now, I will create a pull request that limits the codemirror version to 5.17.0.