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