import $ from 'jquery'; import ajax from 'jQuery/jquery.ajax'; ajax($); window.$ = $; window.jQuery = $; export default $;