Did you work out how to include tether as well as it is a dependency of the bootstrap 4 js
Morgan Paki
1
It’s on npm too: https://www.npmjs.com/package/tether, so it should be pretty straightforward:
npm install tether --save-dev
And then insert require(‘tether’); in resources/assets/js/bootstrap.js before require(‘bootstrap’);
in resources/assets/js/bootstrap.js before require(‘bootstrap’);