mirror of
https://github.com/Radarr/Radarr
synced 2024-12-25 09:21:57 +00:00
Fixed: Ensure Fuse Worker is Loaded if Refresh on another page
This commit is contained in:
parent
386315ad27
commit
64d949fc96
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ const config = {
|
||||||
use: {
|
use: {
|
||||||
loader: 'worker-loader',
|
loader: 'worker-loader',
|
||||||
options: {
|
options: {
|
||||||
name: '[name].js'
|
name: '[name].js',
|
||||||
|
publicPath: '/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue