Commit 30e9c0fb authored by Mike Greiling's avatar Mike Greiling

Fix url generation for KaTeX fonts

parent 26f1bd72
...@@ -244,6 +244,7 @@ module.exports = { ...@@ -244,6 +244,7 @@ module.exports = {
loader: 'file-loader', loader: 'file-loader',
options: { options: {
name: '[name].[contenthash:8].[ext]', name: '[name].[contenthash:8].[ext]',
esModule: false,
}, },
}, },
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment