diff --git a/.escheckrc b/.escheckrc index 206a9ebed..90d6edddb 100644 --- a/.escheckrc +++ b/.escheckrc @@ -5,6 +5,8 @@ "not": [ "./dist/libraries/pdf.worker.js", "./dist/libraries/worker-bundle.js", - "./dist/libraries/wasm-gen/libarchive.js" + "./dist/libraries/wasm-gen/libarchive.js", + "./dist/node_modules.@jellyfin.libass-wasm.*.chunk.js", + "./dist/serviceworker.js" ] } diff --git a/webpack.common.js b/webpack.common.js index a19ad0173..d1b7a2294 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -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: {