-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking change due to mode rename #4190
Comments
More context - 5.18.0 release today had the note "The mode formerly known as Jade was renamed to Pug." |
Code (using asynchronous-style WebPack import):
Error:
|
Confirmed that replacing all occurrences of |
Thanks for noticing that. Attached patch should help. |
Thank you for the quick fix, and for CodeMirror in general! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
vue
mode depends explicitly onjade
.https://github.com/codemirror/CodeMirror/blob/master/mode/vue/vue.js#L15
We found this when trying to WebPack all of the modes.
The text was updated successfully, but these errors were encountered: