Skip to content

Commit a09797a

Browse files
Etilawinjaviereguiluz
authored andcommitted
Popper js is required
1 parent baa76dc commit a09797a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/encore/bootstrap.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ file into ``global.scss``. You can even customize the Bootstrap variables first!
3737
Importing Bootstrap JavaScript
3838
------------------------------
3939

40-
Bootstrap JavaScript requires jQuery, so make sure you have this installed:
40+
Bootstrap JavaScript requires jQuery and Popper.js, so make sure you have this installed:
4141

4242
.. code-block:: terminal
4343
4444
$ yarn add jquery --dev
45+
$ yarn add popper.js --dev
4546
4647
Next, make sure to call ``.autoProvidejQuery()`` in your ``webpack.config.js`` file:
4748

0 commit comments

Comments
 (0)