chniter / bstreeview

Bootstrap Treeview, A very simple plugin to build a basic and elegant Treeview with bootstrap 4. See the demo:
https://chniter.github.io/bstreeview/
Apache License 2.0
367 stars 53 forks source link

Fix bstreeview so it can be run with Webpack (hopefully more) #26

Open Hellfar opened 3 years ago

Hellfar commented 3 years ago

Hi ! Thanks for the portage of this library.

Few fixes so Webpack can find properly the main files.

I also re-compiled the JS since, seemed to me that the versions from within the ./dist folder and the ./src folder were different (and the library not working).
I compiled it using the following command:

terser src/js/bstreeview.js -c -o dist/js/bstreeview.min.js

Do not hesitate to ask me for more modifications.