I'm reading at the Installation readme:
You can manually load Bootstrap鈥檚 jQuery plugins individually by loading the /js/*.js files under the package鈥檚 top-level directory.
I don't really get that part. I tried several combinations, amongst which:
import carousel from 'bootstrap/js/src/carousel.js'
but nothing really works.
Can I use the Bootstrap v4 Carousel without having the rest of the Bootstrap modules with browserify/webpack? - or do I have to manually add it in my codebase?
(and if I can't, how do I build it - the customizer is gone -) cc @fat
I have outlined the issue and put out some ideas in #19017 that would allow for proper module usage of any Bootstrap components.
@petetnt I hope a solution will be found.
We have in our documentation an how to use Bootstrap with Webpack which explain that see : https://github.com/twbs/bootstrap/blob/v4-dev/docs/4.0/getting-started/webpack.md
Most helpful comment
@petetnt I hope a solution will be found.