Skip to content

Move KaTeX javascript bundle to webpack config

username-removed-636429 requested to merge move-katex-bundle into master

What does this MR do?

Moves katex.js compilation from Sprockets to webpack.

Are there points in the code the reviewer needs to double check?

KaTeX within GitLab-flavored markdown should still render correctly.

Why was this MR needed?

Attempting to move all javascript compilation away from Sprockets so that several Ruby gems can be removed.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#27486 (moved)

Merge request reports