mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
chore: site should deps on source code
This commit is contained in:
parent
bc2189161b
commit
4713b067e7
@ -1,3 +1,3 @@
|
||||
// window.g6 = require('./src/index.ts'); // import the source for debugging
|
||||
window.g6 = require('./dist/g6.min.js'); // import the package for webworker
|
||||
window.g6 = require('./src'); // import the package for webworker
|
||||
window.insertCss = require('insert-css');
|
||||
|
Loading…
Reference in New Issue
Block a user