mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 15:23:40 -07:00
Fixed: Use a worker for UI fuzzy search
This commit is contained in:
parent
963c832241
commit
624ee1daa4
7 changed files with 132 additions and 27 deletions
|
@ -119,6 +119,15 @@ const config = {
|
|||
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.worker\.js$/,
|
||||
use: {
|
||||
loader: 'worker-loader',
|
||||
options: {
|
||||
name: '[name].js'
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.js?$/,
|
||||
exclude: /(node_modules|JsLibraries)/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue