Skip to content

Commit

Permalink
Fix installing deps in our webpack docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Nov 16, 2017
1 parent 7f74601 commit 615c995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/getting-started/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 615c995

Please sign in to comment.