Created by: Johann-S
I know this PR looks like my other one "Better modularisation of our plugins" but that PR is too huge so I'll split that PR and that's begin with this one.
This PR add a two new dist files : bootstrap.bundle.js
and bootstrap.bundle.min.js
, both include Popper.js inside, so with this two files no need to include Popper.js
Also they are new dev dependencies : rollup
which allow us to bundle our files
-
Update stamp.js
-
Make some tests with a bundler
I chose to build our bootstrap
file in iife
because currently that's what we have, we are not totally compatible with UMD
Work in progress
/CC @FezVrasta
Close : #22783 (closed), #17201 (closed), #18413 (closed)