mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix(build): remove jquery in our build
This commit is contained in:
parent
6b0808354d
commit
83cea3bafa
2 changed files with 1 additions and 6 deletions
|
@ -22,7 +22,6 @@ const plugins = [
|
|||
})
|
||||
]
|
||||
const globals = {
|
||||
jquery: 'jQuery', // Ensure we use jQuery which is always available even in noConflict mode
|
||||
'popper.js': 'Popper'
|
||||
}
|
||||
|
||||
|
|
|
@ -96,7 +96,6 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"peerDependencies": {
|
||||
"jquery": "1.9.1 - 3",
|
||||
"popper.js": "^1.14.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -203,15 +202,12 @@
|
|||
"shim": {
|
||||
"js/bootstrap": {
|
||||
"deps": [
|
||||
"jquery",
|
||||
"popper.js"
|
||||
],
|
||||
"exports": "$"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {},
|
||||
"peerDependencies": {
|
||||
"jquery": "1.9.1 - 3",
|
||||
"popper.js": "^1.14.7"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue