Description
This PR adds a new cdn.popper_esm
config element used in "Using Bootstrap as a module" page to make this example works and consistent with https://github.com/twbs/examples/blob/main/sass-js-esm/index.html.
Another way would be to keep cdn.popper
and to replace umd
by esm
on the fly thanks to a Hugo pipe or something.
Type of changes
-
Bug fix (non-breaking change which fixes an issue)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly - (N/A) I have added tests to cover my changes
-
All new and existing tests passed
Live previews
Related issues
Closes #37978 (closed)