1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

Fixed: Ensure Fuse Worker is Loaded if Refresh on another page

This commit is contained in:
Qstick 2019-12-04 22:22:38 -05:00
parent 386315ad27
commit 64d949fc96

View File

@ -121,7 +121,8 @@ const config = {
use: {
loader: 'worker-loader',
options: {
name: '[name].js'
name: '[name].js',
publicPath: '/'
}
}
},