Closed hls-1992 closed 1 week ago
vite 2.x version
I created a vue app and used G6, and the built product worked without the problem you described. You can provide more information.
I created a vue app and used G6, and the built product worked without the problem you described. You can provide more information.
I think it is caused by the lower version vite(2.6)
I created a vue app and used G6, and the built product worked without the problem you described. You can provide more information.
In vite 4.x version, everything is ok
Describe the bug / 问题描述
In DEV environment, everything is ok. In PROD environmnet, Cannot read properties of undefined (reading 'Graph')
Reproduction link / 重现链接
No response
Steps to Reproduce the Bug or Issue / 重现步骤
Just vue3 + vite import { Graph } from '@antv/g6'
G6 Version / G6 版本
🆕 5.x
Operating System / 操作系统
macOS
Browser / 浏览器
Chrome
Additional context / 补充说明
No response