antvis / G6

♾ A Graph Visualization Framework in JavaScript.
https://g6.antv.antgroup.com/
MIT License
11.13k stars 1.33k forks source link

VITE5 packs vue3 + antv G6v5 and returns an error after it goes online #6472

Open afenkar opened 2 days ago

afenkar commented 2 days ago

Describe the bug / 问题描述

打包时没有错误,上线使用时会报错。 报错内容 要么是 Uncaught SyntaxError: Invalid or unexpected token 要么是 Uncaught SyntaxError: Unexpected end of input 版本信息如下vite和g6都是目前最新 image 目前怀疑是版本问题,因为以前使用过vite5和g6 v4是没问题的,但是个人感觉g6 v5方便许多,希望进一步改善

Reproduction link / 重现链接

No response

Steps to Reproduce the Bug or Issue / 重现步骤

No response

G6 Version / G6 版本

🆕 5.x

Operating System / 操作系统

Windows

Browser / 浏览器

Chrome

Additional context / 补充说明

No response

Aarebecca commented 2 days ago

麻烦发下完整的错误截图

afenkar commented 2 days ago

麻烦发下完整的错误截图 报错整体是 Uncaught SyntaxError: Invalid or unexpected token (at index-BfVYHK2N. js:587:4446)

afenkar commented 2 days ago

麻烦发下完整的错误截图

屏幕截图 2024-11-04 144807

Aarebecca commented 1 day ago

你需要进一步进到源码,查看具体导致错误的 token 是什么

afenkar commented 1 day ago

你需要进一步进到源码,查看具体导致错误的 token 是什么

定位字符在这里

屏幕截图 2024-11-05 105725