christianalfoni / webpack-bin

A webpack code sandbox

Home Page:http://www.webpackbin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codemirror 5.18.0 has breaking changes, must limit to 5.17.0

anthonygore opened this issue · comments

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.