How understrap hook popper.js libraries
-
Hi Experts,
Can someone Help me to understand how popper.js imported, or its library in rollup.config.js and how it include in the compiled file? base on this documentation: https://getbootstrap.com/docs/5.1/getting-started/introduction/. I should expect to see this library to be included and how its been imported.
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
.
const globals = { jquery: 'jQuery', // Ensure we use jQuery which is always available even in noConflict mode 'popper.js': 'Popper' }
what this popper.js property used for in rollup.config.js
Thank you guys
- The topic ‘How understrap hook popper.js libraries’ is closed to new replies.