update webpack worker-loader options

This commit is contained in:
bzhangzju 2019-11-18 12:50:57 +08:00
parent 5105e61e0a
commit a2f3a04db1

View File

@ -53,7 +53,8 @@ module.exports = {
loader: 'worker-loader',
options: {
inline: true,
fallback: false
fallback: false,
name: 'g6Layout.worker.js'
}
}
},