41

What am I missing? The examples use min.js. The bundle.min.js has more code, but I can't find a description of that extra code...

https://getbootstrap.com/docs/4.0/getting-started/download/

Code:

https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js vs https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.bundle.min.js

0

1 Answer 1

62

As shown in the docs, the "bundle" includes popper.js for you, the other does not.

enter image description here

1
  • 2
    basically they moved the tooltip to its own lib ? what for ? it's such a small lib for it to be independed
    – Ricky Levi
    Commented Nov 20, 2018 at 12:08

Not the answer you're looking for? Browse other questions tagged or ask your own question.