Created by: Johann-S
This PR will allow folks to import only modules they want to use for example :
import { Util, Modal } from 'bootstrap'
This PR introduce the use of rollup
and add two new dist files :
bootstrap.bundle.js
bootstrap.bundle.min.js
This two files include Popper.js so when you include those files in your HTML pages you don't have to include Popper.js before Bootstrap.
/CC @mdo @petetnt @bardiharborow @hnrch02 Close: #19017 (closed), #22783 (closed)
Edit :
/CC @IdanCo if they are something to change in our webpack get started example
I know the branch of this PR is webpack
but finally rollup
allow us to have smalls dist files