Upon my understanding, Bootstrap 4 relies on Popper for its functionalities. When utilizing bootstrap.bundle.js, Bootstrap can smoothly access Popper for various operations. Nevertheless, when attempting to use Popper independently, an error message is encountered stating "Popper is not defined". What could be the reason behind this?
An immediate solution would involve including popper.js before bootstrap.js (when not bundling Popper with Bootstrap). By integrating popper.js into my webpage, the functionality of Popper operates as intended. Ideally, it would be more convenient to include a single file that enables both libraries to function separately and in conjunction with each other.