Created
June 13, 2017 14:00
-
-
Save KoltesDigital/5dfb9659c589c3c45b20d9bc7c2d67b1 to your computer and use it in GitHub Desktop.
JSPM workaround for "Bootstrap's JavaScript requires jQuery"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.config({ | |
... | |
meta: { | |
"github:twbs/[email protected]/js/bootstrap": { | |
"globals": { | |
"jQuery": "jquery", | |
"$": "jquery" | |
} | |
} | |
}, | |
... | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment