Created
November 11, 2018 12:18
-
-
Save dancancer/034b5258eb256abd05f4e9cabc25d63f to your computer and use it in GitHub Desktop.
import lodash in chrome
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
var el = document.createElement('script'); | |
el.src = "https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js"; | |
el.type = "text/javascript"; | |
document.head.appendChild(el) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment