1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed: UI Search

Inline the worker until we come up with a better solution
This commit is contained in:
ta264
2019-12-04 21:04:26 +00:00
committed by Qstick
parent 64d949fc96
commit ea9f622db2
+1 -1
View File
@@ -122,7 +122,7 @@ const config = {
loader: 'worker-loader',
options: {
name: '[name].js',
publicPath: '/'
inline: true
}
}
},