Does anyone know how I import the jstree npm package in blaze?
import jstree from 'jstree' does not work…
jstree is loaded in the jquery obejct https://github.com/vakata/jstree/issues/1302.
I am guessing there is a duplicate issue because jquery is loaded seperatly?
Note: Was able to resolve this by hacking jsTree package and pointing it towards meteor/jquery