mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Fix node_modules exclusion in webpack server (#981)
This commit is contained in:
committed by
Ashish Myles
parent
fd2544f8f9
commit
d59647dfa7
@@ -34,7 +34,7 @@ const commonConfig = {
|
||||
{
|
||||
test: /\.js$/,
|
||||
use: 'babel-loader',
|
||||
exclude: /node_modules\//,
|
||||
exclude: /\bnode_modules\b/,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user