davidstutz / bootstrap-multiselect

JQuery multiselect plugin based on Twitter Bootstrap.
https://davidstutz.github.io/bootstrap-multiselect/
Other
3.67k stars 1.98k forks source link

Laravel mixin issue #1193

Open arsentamamyan opened 3 years ago

arsentamamyan commented 3 years ago

The installed library from npm seems not working when I'm doing require('bootstrap-multiselect/dist/js/bootstrap-multiselect') in laravel webpack.mix.js. Getting this image

hieu-van commented 3 years ago

It is not possible to use this with Webpack. You need to include it as a script in your Blade view

sebalaise commented 2 years ago

Do you schedule to enable usage of Webpack for this bootstrap-multiselect?