Skip to content
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

webpack build gets stuck when using certain markdown syntax #265

Open
1 task done
egoist opened this issue Jun 14, 2019 · 7 comments
Open
1 task done

webpack build gets stuck when using certain markdown syntax #265

egoist opened this issue Jun 14, 2019 · 7 comments
Labels
bug Something isn't working Is Upstream

Comments

@egoist
Copy link
Collaborator

egoist commented Jun 14, 2019

Issuehunt badges

  • I confirm that this is an issue rather than a question.

Bug report

Version

v0.6.7

Steps to reproduce

Download this and follow the repro steps in README.md

It gets stuck when using $$\frac{A_1B_2}{C}$$ in markdown with @iktakahiro/markdown-it-katex

What is expected?

webpack build succeeds.

What is actually happening?

webpack build gets stuck.

Other relevant information

  • Result of running saber -v:
  • Browser version (optional):
  • Is Saber a global or local install?
  • Which package manager did you use for the install?
  • Does this issue occur when all plugins are disabled?

IssueHunt Summary

Backers (Total: $0.00)

Become a backer now!

Or submit a pull request to get the deposits!

Tips


IssueHunt has been backed by the following sponsors. Become a sponsor

@egoist egoist added the bug Something isn't working label Jun 14, 2019
@issuehunt-oss issuehunt-oss bot added the 💵 Funded on Issuehunt This issue has been funded on Issuehunt label Jun 14, 2019
@issuehunt-oss
Copy link

issuehunt-oss bot commented Jun 14, 2019

@issuehunt has funded $100.00 to this issue.


@nblthree
Copy link
Member

nblthree commented Jun 14, 2019

info Using config file: saber-config.yml
success Compiled client successfully in 5m 9.3s!
info Available at http://localhost:3000
info 80.1 MB memory used

It's not that it gets stuck it just takes 5m 9.3s 🤣

@nblthree
Copy link
Member

After tracking down this I ended up here
https://github.com/vuejs/component-compiler-utils/blob/442d7b221d2075b2b53d8f6d4e1a4b4e6ab911e3/lib/compileTemplate.ts#L167-L178

that's why it takes so much time in dev mode.
I don't know if this should be reported to prettier or not

@nblthree
Copy link
Member

The issue prettier/prettier#4784

@nblthree
Copy link
Member

A work around is to set prettify: false in vue-loader options

@lubien
Copy link
Contributor

lubien commented Jun 17, 2019

This should be fixed in the next release, no ETA yet, probably in a couple of weeks, but I'll try to cut one before that

prettier/prettier#4784 (comment)

@issuehunt-oss
Copy link

issuehunt-oss bot commented Sep 14, 2019

@egoist has cancelled @IssueHunt's funding for this issue.(Cancelled amount: $100.00) See it on IssueHunt

@issuehunt-oss issuehunt-oss bot removed the 💵 Funded on Issuehunt This issue has been funded on Issuehunt label Sep 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Is Upstream
Projects
None yet
Development

No branches or pull requests

3 participants