mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
added katex.min.css to webpack for math support
This commit is contained in:
parent
76463e836e
commit
a40cc4fa3e
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ module.exports = (env, argv) => {
|
|||
"jitsi": "./src/vector/jitsi/index.ts",
|
||||
"usercontent": "./node_modules/matrix-react-sdk/src/usercontent/index.js",
|
||||
|
||||
// CSS for math outout
|
||||
"katex": "./node_modules/matrix-react-sdk/node_modules/katex/dist/katex.min.css",
|
||||
|
||||
// CSS themes
|
||||
"theme-legacy": "./node_modules/matrix-react-sdk/res/themes/legacy-light/css/legacy-light.scss",
|
||||
"theme-legacy-dark": "./node_modules/matrix-react-sdk/res/themes/legacy-dark/css/legacy-dark.scss",
|
||||
|
|
Loading…
Reference in a new issue