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)$/,
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: [{
loader: 'babel-loader'
}]