mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-18 00:41:07 +00:00
build/generate-sri.js: add popperjs.
This commit is contained in:
parent
f9dea7624b
commit
bcbf3f2ec6
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ const files = [
|
||||||
{
|
{
|
||||||
file: 'dist/js/bootstrap.bundle.min.js',
|
file: 'dist/js/bootstrap.bundle.min.js',
|
||||||
configPropertyName: 'js_bundle_hash'
|
configPropertyName: 'js_bundle_hash'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
file: 'node_modules/popper.js/dist/umd/popper.min.js',
|
||||||
|
configPropertyName: 'popper_hash'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue