1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Babelify @jellyfin/libass-wasm

This commit is contained in:
Dmitry Lyzo 2023-02-14 23:01:30 +03:00
parent 62d0354fe0
commit 38aebf4e42

View file

@ -97,6 +97,7 @@ module.exports = {
{ {
test: /\.(js|jsx)$/, test: /\.(js|jsx)$/,
include: [ include: [
path.resolve(__dirname, 'node_modules/@jellyfin/libass-wasm'),
path.resolve(__dirname, 'node_modules/@uupaa/dynamic-import-polyfill'), path.resolve(__dirname, 'node_modules/@uupaa/dynamic-import-polyfill'),
path.resolve(__dirname, 'node_modules/blurhash'), path.resolve(__dirname, 'node_modules/blurhash'),
path.resolve(__dirname, 'node_modules/date-fns'), path.resolve(__dirname, 'node_modules/date-fns'),