chore: site should deps on source code

This commit is contained in:
afc163 2020-04-07 17:08:40 +08:00 committed by Yanyan Wang
parent bc2189161b
commit 4713b067e7

View File

@ -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');