mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07:00
Merge pull request #4099 from dmitrylyzo/fix-win-build
This commit is contained in:
commit
6760522e1d
@ -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…
Reference in New Issue
Block a user