Don't include css in main katex bundle

This commit is contained in:
Matt Bierner
2021-03-11 14:02:51 -08:00
parent 8627fd1f88
commit d31566b57f
6 changed files with 11 additions and 280 deletions

View File

@@ -14,19 +14,6 @@ module.exports = {
{
test: /\.tsx?$/,
use: 'ts-loader',
exclude: /node_modules/
},
{
test: /\.css$/i,
use: ['style-loader', 'css-loader'],
},
{
test: /\.(woff2)$/i,
use: ['url-loader?limit=100000']
},
{
test: /\.(woff|eot|ttf|otf)$/i,
use: ['null-loader']
},
],
},