Commit 83cea3ba authored by Johann-S's avatar Johann-S Committed by XhmikosR
Browse files

fix(build): remove jquery in our build

parent 6b080835
Showing with 1 addition and 6 deletions
+1 -6
...@@ -22,7 +22,6 @@ const plugins = [ ...@@ -22,7 +22,6 @@ const plugins = [
}) })
] ]
const globals = { const globals = {
jquery: 'jQuery', // Ensure we use jQuery which is always available even in noConflict mode
'popper.js': 'Popper' 'popper.js': 'Popper'
} }
......
...@@ -96,7 +96,6 @@ ...@@ -96,7 +96,6 @@
"license": "MIT", "license": "MIT",
"dependencies": {}, "dependencies": {},
"peerDependencies": { "peerDependencies": {
"jquery": "1.9.1 - 3",
"popper.js": "^1.14.7" "popper.js": "^1.14.7"
}, },
"devDependencies": { "devDependencies": {
...@@ -203,15 +202,12 @@ ...@@ -203,15 +202,12 @@
"shim": { "shim": {
"js/bootstrap": { "js/bootstrap": {
"deps": [ "deps": [
"jquery",
"popper.js" "popper.js"
], ]
"exports": "$"
} }
}, },
"dependencies": {}, "dependencies": {},
"peerDependencies": { "peerDependencies": {
"jquery": "1.9.1 - 3",
"popper.js": "^1.14.7" "popper.js": "^1.14.7"
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment