Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
615c9950
Commit
615c9950
authored
7 years ago
by
Johann-S
Browse files
Options
Download
Email Patches
Plain Diff
Fix installing deps in our webpack docs
parent
7f74601f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/getting-started/webpack.md
+1
-1
docs/4.0/getting-started/webpack.md
with
1 addition
and
1 deletion
+1
-1
docs/4.0/getting-started/webpack.md
+
1
-
1
View file @
615c9950
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment