mirror of
https://github.com/Radarr/Radarr
synced 2024-12-24 08:52:38 +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: {
|
||||
loader: 'worker-loader',
|
||||
options: {
|
||||
name: '[name].js'
|
||||
name: '[name].js',
|
||||
publicPath: '/'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue