2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
-1
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'
}