You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用vite构建工具,启动报 Failed to resolve entry for package "@antv/g6-plugin". The package may have incorrect main/module/exports specified in its package.json 错误
: #2613; fix: drag-canvas with shouldBegin false, closes: #2571; fix: pack plugin with es module, closes: #2577; feat: dijkstra with multiple shortest paths, closes: #2297; fix: setMode while the delegates of brush-select and drag-node is on the canvas, closes: #2607; docs: update the english TimeBar docs, closes: #2597; fix: TimeBar time point switch text configurable, closes: #2597;
: #2613; fix: drag-canvas with shouldBegin false, closes: #2571; fix: pack plugin with es module, closes: #2577; feat: dijkstra with multiple shortest paths, closes: #2297; fix: setMode while the delegates of brush-select and drag-node is on the canvas, closes: #2607; docs: update the english TimeBar docs, closes: #2597; fix: TimeBar time point switch text configurable, closes: #2597;
: #2613; fix: drag-canvas with shouldBegin false, closes: #2571; fix: pack plugin with es module, closes: #2577; feat: dijkstra with multiple shortest paths, closes: #2297; fix: setMode while the delegates of brush-select and drag-node is on the canvas, closes: #2607; docs: update the english TimeBar docs, closes: #2597; fix: TimeBar time point switch text configurable, closes: #2597;
Reproduction link
https://github.com/antvis/G6/tree/master/packages/plugin
Steps to reproduce
使用vite构建工具,启动报 Failed to resolve entry for package "@antv/g6-plugin". The package may have incorrect main/module/exports specified in its package.json 错误
去node_modules/@antv/g6-plugin查看package.json,里面有配置"module": "es/index.ts",但目录下没有es文件夹
The text was updated successfully, but these errors were encountered: