/** * Created by gavorhes on 5/23/2016. */ import $ from '../src/jquery/jquery'; $('body').append('cat'); console.log($); console.log('here');