From 881a50c57645e196f376df21635eb5ecaf786790 Mon Sep 17 00:00:00 2001 From: ThaUnknown <6506529+ThaUnknown@users.noreply.github.com> Date: Sun, 19 Feb 2023 18:14:09 +0100 Subject: [PATCH] fix: babelify rvfc-polyfill --- webpack.common.js | 1 + 1 file changed, 1 insertion(+) 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'),