Y
Hacker News
new
|
ask
|
show
|
jobs
by
256cats
3207 days ago
True. Several times I have resorted to putting random console.log's into the webpack core and it's plugins as the only way to figure out why the configuration doesn't work.
1 comments
travmatt
3206 days ago
You can also run your build in chrome canary and step through in the debugger:
https://medium.com/webpack/webpack-bits-learn-and-debug-webp...
link