fix: babelify rvfc-polyfill

This commit is contained in:
ThaUnknown 2023-02-19 18:14:09 +01:00
parent 7ad63dae4c
commit 881a50c576

View file

@ -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'),