We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I’m using block sdk to build a custom app. But I meet an error after I install an modules @antv/x6 (repo)
@antv/x6
Bundle Error: 'import' and 'export' may appear only with 'sourceType: module'
I have checked the antv/x6 module has a es5 version in the /lib directory. And I try to import this modules use code below
antv/x6
/lib
import { Graph } from '@antv/x6/lib';
But still show the bundle error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I’m using block sdk to build a custom app. But I meet an error after I install an modules
@antv/x6
(repo)I have checked the
antv/x6
module has a es5 version in the/lib
directory. And I try to import this modules use code belowBut still show the bundle error
The text was updated successfully, but these errors were encountered: