Created
June 7, 2016 13:27
-
-
Save tcorral/2955040c08c132817c8e278c7b181ad6 to your computer and use it in GitHub Desktop.
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
| /* Original code in ES6 for distribution tests using jspm and webpack-dev-server*/ | |
| import $ from 'jquery'; | |
| console.log('jQuery version:' + $.fn.jquery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment