By: Regis Wilson — By: Regis Wilson Introduction Webpack can be used to bundle assets for websites so that browsers can load resources at runtime to display data. There are many things that Webpack can do for you, including the following: Loaders can transform, compile, transpile, minify, uglify, and compress static assets. Plugins can do…