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

View File

@@ -122,7 +122,7 @@ const config = {
loader: 'worker-loader', loader: 'worker-loader',
options: { options: {
name: '[name].js', name: '[name].js',
publicPath: '/' inline: true
} }
} }
}, },