Fix installing deps in our webpack docs

This commit is contained in:
Johann-S 2017-11-16 11:10:48 +01:00
parent 7f74601fa5
commit 615c995080
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import 'bootstrap/js/dist/dropdown';
Bootstrap is dependent on [jQuery](https://jquery.com/) and [Popper](https://popper.js.org/),
these are defined as `peerDependencies`, this means that you will have to make sure to add both of them
to your `package.json` using `npm --save jquery popper.js`.
to your `package.json` using `npm install --save jquery popper.js`.
{% callout warning %}
Notice that if you chose to **import plugins individually**, you must also install [exports-loader](https://github.com/webpack-contrib/exports-loader)