dipson88 / treeselectjs

Treeselect on vanilla JS
MIT License
83 stars 15 forks source link

How to import treeselect on front end side ? #56

Closed pbardou closed 1 year ago

pbardou commented 1 year ago

Hello,

Sorry for this very general question but is there a .min.js file to import treeselect directly into a jquery single page with :

? Thank you very much for this development and your help.
dipson88 commented 1 year ago

Hi @pbardou, I used the parcel to create this library, as I know the parcel doesn't support script tag implementation (umd) at this moment, maybe they will add support or I will decide to use something else for the build. So we can't import packages this way. We need to use modules. (es module or commonjs).

dipson88 commented 1 year ago

@pbardou, I updated a treeselect v0.8.0. Now you can use Githubissues.

  • Githubissues is a development platform for aggregating issues.