mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Don't include css in main katex bundle
This commit is contained in:
@@ -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']
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user