How Understrap been imported the popper.js into the roolup.js build process?
-
Hi Experts,
Can someone Help me to understand how popper.js imported the library in rollup.config.js and how it include in the compiled file? does popper.js is part of the bootstrap compilation?
Then this code is declaring popper.js to “popper” as global variable?
const globals = { jquery: 'jQuery', // Ensure we use jQuery which is always available even in noConflict mode 'popper.js': 'Popper' }
is that how it’s been imported?
Please enlighten my knowledge.
Thank you.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How Understrap been imported the popper.js into the roolup.js build process?’ is closed to new replies.