From 38aebf4e42cb1d1df3b6882ab31770b3961faa70 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Tue, 14 Feb 2023 23:01:30 +0300 Subject: [PATCH] Babelify @jellyfin/libass-wasm --- webpack.common.js | 1 + 1 file changed, 1 insertion(+) 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'),