-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Anyone knows how to use jstree with webpack, thanks ? #1675
Comments
Sorry, I can't help you, but judging from the error message I doubt this is an issue with jstree itself. I will bundle it with webpack in a few days - I will let you know if there were any issues I had to solve. |
thanks, i have solved this problem by importing jstree installed from npm and this error disappear. while before i import the source code directly |
Does anyone have an example for use jstree with webpack ?? :( |
@imjamespond can you provide some code examples please? After imported as a npm module in a VueJS project, it seems to fail registration with jQuery. Calling $('#myTreeDomEl').jstree({"..."}); falls in a error telling us that jstree is not a function. |
maybe you didn't register jstree properly, and these code works fine for me |
This is still an issue, though not directly related to The fix is to add
|
i try to import jstree.js in webpack project but i got this error
Uncaught ReferenceError: _typeof is not defined
The text was updated successfully, but these errors were encountered: