|
|
|
|
|
by bryanrasmussen
3148 days ago
|
|
The difficulty I have with Webpack is that there does not seem to be any unifying principle of how things work. The stream model of gulp and the resulting highly structured code that most often results means that I can generally find and fix bugs quickly, this is even possible in the horribly convoluted gulp file that we use at my current working place. In my experience when you have even a bit of webpack and there is a problem somewhere it can be difficult to figure out the cause because it seems every capability of the system works in its own way. |
|
Rather, defining the build process entirely in code lets you step through the whole thing logically.