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
dd5ad8fb
Unverified
Commit
dd5ad8fb
authored
4 years ago
by
Justin
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
webpack.md: Replace "both of them" with "it" (#31794)
Yay! I helped! Co-authored-by:
XhmikosR
<
xhmikosr@gmail.com
>
parent
6105ebfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/content/docs/5.0/getting-started/webpack.md
+1
-1
site/content/docs/5.0/getting-started/webpack.md
with
1 addition
and
1 deletion
+1
-1
site/content/docs/5.0/getting-started/webpack.md
+
1
-
1
View file @
dd5ad8fb
...
...
@@ -27,7 +27,7 @@ import Alert from 'bootstrap/js/dist/alert';
{{
<
/
highlight
>
}}
Bootstrap depends on
[
Popper
](
https://popper.js.org/
)
, which is specified in the
`peerDependencies`
property.
This means that you will have to make sure to add
both of them
to your
`package.json`
using
`npm install popper.js`
.
This means that you will have to make sure to add
it
to your
`package.json`
using
`npm install popper.js`
.
## Importing Styles
...
...
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