1 min readSep 25, 2018
Nope. Webpack is a “simple” bundler. It creates a bundle of everything you use in your clientside code. So when you don’t use certain variables in your code, they won’t show up in your bundle.
Webpack only uses the code you tell it to use!