Skip to content
Discussion options

You must be logged in to vote

Hello!

First of all, when using @joint/plus you don't need to specify @joint/core version in your package.json. Correct @joint/core is installed via npm as usual. Every @joint/plus version is expected to work with a particular @joint/core release so you can get unexpected errors in other case. So this part is redundant:

    "@joint/core": "^4.2.2",
    "@joint/plus": "file:joint-plus.tgz",

Regarding the current issue, when using '@joint/plus' the @joint/core library is taken from the path according to its package.json: dist/joint.min.js. And in your extra-webpack.config.js you are only transpiling .mjs files which omits joint.min.js. After fixing it by adding .js transpiling it works as …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pfalcon64
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants