Fixed: Webpack worker loading with UrlBase

This commit is contained in:
ta264
2019-12-09 21:23:32 +00:00
committed by Qstick
parent 24f93ec3ef
commit a931ac1022
3 changed files with 4 additions and 5 deletions

View File

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