Commit 615c9950 authored by Johann-S's avatar Johann-S
Browse files

Fix installing deps in our webpack docs

parent 7f74601f
Showing with 1 addition and 1 deletion
+1 -1
...@@ -28,7 +28,7 @@ import 'bootstrap/js/dist/dropdown'; ...@@ -28,7 +28,7 @@ import 'bootstrap/js/dist/dropdown';
Bootstrap is dependent on [jQuery](https://jquery.com/) and [Popper](https://popper.js.org/), 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 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 %} {% callout warning %}
Notice that if you chose to **import plugins individually**, you must also install [exports-loader](https://github.com/webpack-contrib/exports-loader) Notice that if you chose to **import plugins individually**, you must also install [exports-loader](https://github.com/webpack-contrib/exports-loader)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment