diff --git a/webpack.common.js b/webpack.common.js index f18711b99..eebd423d9 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -147,6 +147,7 @@ const config = { { test: /\.(js|jsx)$/, include: [ + path.resolve(__dirname, 'node_modules/@jellyfin/libass-wasm'), path.resolve(__dirname, 'node_modules/@jellyfin/sdk'), path.resolve(__dirname, 'node_modules/@remix-run/router'), path.resolve(__dirname, 'node_modules/@uupaa/dynamic-import-polyfill'),