diff options
| author | Johann-S <[email protected]> | 2017-11-16 11:10:48 +0100 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-11-16 11:30:55 +0100 |
| commit | 615c9950801ac425cd566d1595f1a85fef82cf89 (patch) | |
| tree | 42b47dd2f3c1628ec9ed07d0ff4d451d7a079efe /docs/4.0/getting-started | |
| parent | 7f74601fa59045094678f073859292ab6e48daf7 (diff) | |
| download | bootstrap-615c9950801ac425cd566d1595f1a85fef82cf89.tar.xz bootstrap-615c9950801ac425cd566d1595f1a85fef82cf89.zip | |
Fix installing deps in our webpack docs
Diffstat (limited to 'docs/4.0/getting-started')
| -rw-r--r-- | docs/4.0/getting-started/webpack.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/webpack.md b/docs/4.0/getting-started/webpack.md index 4093b12ab..70b44b615 100644 --- a/docs/4.0/getting-started/webpack.md +++ b/docs/4.0/getting-started/webpack.md @@ -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) |
