I am trying to transpile es6 code to es5 using webpack and babel and in the js file I am importing jquery as below:
import $ from \'jquery\';