diff --git a/webpack.common.js b/webpack.common.js index 700641b8af..be26a840cb 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -97,6 +97,7 @@ module.exports = { { test: /\.(js|jsx)$/, include: [ + path.resolve(__dirname, 'node_modules/@jellyfin/libass-wasm'), path.resolve(__dirname, 'node_modules/@uupaa/dynamic-import-polyfill'), path.resolve(__dirname, 'node_modules/blurhash'), path.resolve(__dirname, 'node_modules/date-fns'),