Webpack Plugins are handy for switching configs between dev and prod.
For example, here's how we switch API urls between localhost and prod in one of our projects.
Learn about webpack plugins 👉 masteringjs.io/tutorials/web…#JavaScript#CodeNewbie
Webpack is handy for converting npm packages into something that can run in the browser.
For example, we webpacked the below file to build our JSON to YAML converter: masteringjs.io/tutorials/too…#JavaScript#CodeNewbie