Fix es-check failures

This commit is contained in:
Bill Thornton 2022-10-12 12:18:11 -04:00
parent 8874e4dad9
commit 945b2a435f
2 changed files with 4 additions and 2 deletions

View file

@ -129,7 +129,7 @@ const config = {
},
{
test: /\.(js|jsx)$/,
exclude: /node_modules[\\/](?!@uupaa[\\/]dynamic-import-polyfill|@remix-run[\\/]router|blurhash|date-fns|epubjs|flv.js|libarchive.js|marked|react-router|screenfull)/,
exclude: /node_modules[\\/](?!@uupaa[\\/]dynamic-import-polyfill|@remix-run[\\/]router|blurhash|date-fns|dom7|epubjs|flv.js|libarchive.js|marked|react-router|screenfull|ssr-window|swiper)/,
use: [{
loader: 'babel-loader',
options: {