twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
169.94k stars 78.74k forks source link

Registering components in V5 as jQuery plugins prevents treeshaking #32664

Open Bobris opened 3 years ago

Bobris commented 3 years ago

It is nice that V5 removes dependency on jQuery, but every component still try to register as jQuery pluging if jQuery is available. But that makes all components as used in every treeshaking or dead code elimination bundler.

It would be good to have bootstrap build version without this code making applicactions much smaller if they will use only some components.

XhmikosR commented 3 years ago

PRs welcome.