So Bootstrap 4 Beta is out... yey! However Tether has been replaced by Popper.js for tooltip (and other features). I saw an error thrown in the con
Bootstrap 4 Beta
Popper.js
If you are using Webpack Do this:
window.$ = window.jQuery = require('jquery'); window.Popper = require('popper.js').default; // pay attention to "default" require('bootstrap/dist/js/bootstrap');