Hacker News new | ask | show | jobs
by jcolella 2982 days ago
Great stuff!. Specially at the beginning, webpack is intimidating and can turn complex quickly. Wish I had this when I began. Another add-on I would recommend is the addition of the: - target: 'node'

for those developer that are using webpack on the backend.

1 comments

And encourage yarn instead of npm for both stability, sane defaults, and performance. :) Small detail though.