1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 12:51:52 +02:00

fix(build): remove jquery in our build

This commit is contained in:
Johann-S
2018-06-17 22:59:48 +02:00
committed by XhmikosR
parent 6b0808354d
commit 83cea3bafa
2 changed files with 1 additions and 6 deletions

View File

@@ -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'
}