vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.15k stars 1.38k forks source link

Fix compatibility with Webpack #2566

Closed cedric-anne closed 2 years ago

cedric-anne commented 3 years ago

Webpack path resolution currently fails.

Prefixing paths by a ./ fixes this.

See https://webpack.js.org/concepts/module-resolution/#resolving-rules-in-webpack for more details about Webpack resolution rules.