Skip to content

Instantly share code, notes, and snippets.

@niradler
Created January 22, 2018 00:13
Show Gist options
  • Save niradler/a5d77d11b5e11d864407fdb428af802c to your computer and use it in GitHub Desktop.
Save niradler/a5d77d11b5e11d864407fdb428af802c to your computer and use it in GitHub Desktop.
if (typeof require === 'undefined') {
if (!axios) {
console.log('axios is a dependency, please include it in the top of the index.html file (<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.17.1/axios.min.js"></script>)')
}
} else {
var axios = require('axios');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment