mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 03: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',
|
loader: 'worker-loader',
|
||||||
options: {
|
options: {
|
||||||
inline: true,
|
inline: true,
|
||||||
fallback: false
|
fallback: false,
|
||||||
|
name: 'g6Layout.worker.js'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user