I have installed webpack locally and I'm uploading the bundle.js on server and I call it using script tag from server's index.html. Doing this the bundle.js is not able to call jquery module inside the bundle itself. So my doubt is do i need to install webpack on server so that my bundle.js works properly.
Help is super ultra highly appreciated