Bootstrap 4 popper is undefined
I'm trying to get a dropdown going and whenever I click on the button I get TypeError: popper is undefined . I tried importing the bundle instead of bootstrap // import "bootstrap"; import 'bootstrap/dist/js/bootstrap.bundle.js'; I tried importing jquery first import "jquery"; import "bootstrap"; I tried importing popper as well import "popper.js/dist/umd/popper.min.js"; import "jquery"; import "bootstrap"; I also tried including popper from a CDN before any other scripts <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script> And I tried just about