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

Remove use of transformPath when copying libass worker files.

This commit is contained in:
Andrew Mahone 2019-10-28 09:49:43 -04:00
parent 6eed80c863
commit 1abc7283ab
2 changed files with 3 additions and 6 deletions

View file

@ -16,11 +16,8 @@ module.exports = {
to: "."
},
{
from: "../node_modules/libass-wasm/dist/subtitles-octopus-worker.*",
to: "JavascriptSubtitlesOctopus",
transformPath(targetPath, absolutePath) {
return Promise.resolve(path.join("JavascriptSubtitlesOctopus", path.basename(targetPath)));
}
context: path.resolve(__dirname),
from: "node_modules/libass-wasm/dist/subtitles-octopus-worker.*",
}
])
]