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