]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix(build): remove jquery in our build
authorJohann-S <johann.servoire@gmail.com>
Sun, 17 Jun 2018 20:59:48 +0000 (22:59 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 20 Feb 2019 20:05:45 +0000 (22:05 +0200)
build/rollup.config.js
package.json

index e81a07ef58b27e4dc9ffdf01a67581cb00fb6b31..b3a7929ec42ebfc116a06fb17bd6229d67309da6 100644 (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'
 }
 
index 09c273343f579cbb8dcb42c7064a03e896156dbe..f204287f27b078c5d42ef6bd52fe24820ae74a0a 100644 (file)
@@ -96,7 +96,6 @@
   "license": "MIT",
   "dependencies": {},
   "peerDependencies": {
-    "jquery": "1.9.1 - 3",
     "popper.js": "^1.14.7"
   },
   "devDependencies": {
     "shim": {
       "js/bootstrap": {
         "deps": [
-          "jquery",
           "popper.js"
-        ],
-        "exports": "$"
+        ]
       }
     },
     "dependencies": {},
     "peerDependencies": {
-      "jquery": "1.9.1 - 3",
       "popper.js": "^1.14.7"
     }
   }