My code has a few requires of local files, but when i use this webpack-require-http , the external (http) file is still getting a call from the browser, even though it's in the bundle as well.
as my main objective is to reduce traffic. i need to remove the 'extra' call.
any idea why this is happening ?
Thanks