Why would I use a Webpack?
Gonzalo García takes a crack at why webpack (not capitalized like npm) exists at all. No particular disagreements here, but here’s my crack at it…
- We use webpack because we need to
import stuff from place;
. This is a good pattern. We can use webpack to interpret those statements, as native support for them isn’t what it needs to be yet, and it’s not clear whether the native version will be smart for performance or not (probably not,
…
The post Why would I use a Webpack? appeared first on CSS-Tricks.