mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4099 from dmitrylyzo/fix-win-build
This commit is contained in:
commit
6760522e1d
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ const config = {
|
|||
if (packageName.startsWith('@')) {
|
||||
const parts = module.context
|
||||
.substring(module.context.lastIndexOf(packageName))
|
||||
.split('/');
|
||||
.split(/[\\/]/);
|
||||
return `node_modules.${parts[0]}.${parts[1]}`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue