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

Tell webpack not to parse the highlight.js languages #1277

Merged
merged 1 commit into from
Mar 29, 2016

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Mar 24, 2016

Hopefully, this fixes #1046 without any side-effects.

It relies on the fact that the languages files are pretty simple - in
particular, they don't require any other modules. So we can tell webpack just
to suck them in as they are, rather than parsing them and causing an explosm.

Hopefully, this fixes #1046
without any side-effects.

It relies on the fact that the languages files are pretty simple - in
particular, they don't require any other modules. So we can tell webpack just
to suck them in as they are, rather than parsing them and causing an explosm.
@richvdh richvdh assigned dbkr and ara4n and unassigned dbkr Mar 24, 2016
@ara4n
Copy link
Member

ara4n commented Mar 29, 2016

lgtm - didn't know you could do this :)

@ara4n ara4n assigned richvdh and unassigned ara4n Mar 29, 2016
@richvdh richvdh merged commit f52a1cf into develop Mar 29, 2016
@richvdh richvdh deleted the rav/no_parse_languages branch March 29, 2016 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maximum call stack size exceeded
3 participants