1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add marked to transpiling

This commit is contained in:
Bill Thornton 2021-11-10 10:19:45 -05:00
parent d4e9270897
commit 7cc6d3c1ab

View file

@ -96,7 +96,7 @@ module.exports = {
}, },
{ {
test: /\.(js|jsx)$/, test: /\.(js|jsx)$/,
exclude: /node_modules[\\/](?!@uupaa[\\/]dynamic-import-polyfill|blurhash|date-fns|epubjs|flv.js|libarchive.js)/, exclude: /node_modules[\\/](?!@uupaa[\\/]dynamic-import-polyfill|blurhash|date-fns|epubjs|flv.js|libarchive.js|marked)/,
use: [{ use: [{
loader: 'babel-loader' loader: 'babel-loader'
}] }]