mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 02:38:20 +08:00
update webpack worker-loader options
This commit is contained in:
parent
5105e61e0a
commit
a2f3a04db1
@ -53,7 +53,8 @@ module.exports = {
|
||||
loader: 'worker-loader',
|
||||
options: {
|
||||
inline: true,
|
||||
fallback: false
|
||||
fallback: false,
|
||||
name: 'g6Layout.worker.js'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user