Skip to content

Commit

Permalink
eslint-skip
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed May 20, 2022
1 parent d9af417 commit 37c2d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/content/docs/5.2/getting-started/javascript.md
Expand Up @@ -41,6 +41,7 @@ We provide a version of Bootstrap built as `ESM` (`bootstrap.esm.js` and `bootst

Compared to JS bundlers, using ESM in the browser requires you to use the full path and filename instead of the module name. [Read more about JS modules in the browser.](https://v8.dev/features/modules#specifiers) That's why we use `'bootstrap.esm.min.js'` instead of `'bootstrap'` above. However, this is further complicated by our Popper dependency, which imports Popper into our JavaScript like so:

<!-- eslint-skip -->
```js
import * as Popper from "@popperjs/core"
```
Expand Down

0 comments on commit 37c2d5f

Please sign in to comment.