Add screenfull to transpiling

This commit is contained in:
Bill Thornton 2021-11-10 13:04:41 -05:00
parent 709ef906cc
commit eebbd3cbe8

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|marked)/,
exclude: /node_modules[\\/](?!@uupaa[\\/]dynamic-import-polyfill|blurhash|date-fns|epubjs|flv.js|libarchive.js|marked|screenfull)/,
use: [{
loader: 'babel-loader'
}]