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

Carol Skelly
  • 351,302
  • 90
  • 710
  • 624
Michael Cole
  • 15,473
  • 7
  • 79
  • 96

1 Answers1

62

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

enter image description here

Carol Skelly
  • 351,302
  • 90
  • 710
  • 624
  • 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 Nov 20 '18 at 12:08