I want to load a http js file by using require with webpack in the js file instead of using script tag in view page,because some necsssary things must be configed before the file loading.The code is like following: require("I want to load a http js file by using require