Hacker News new | ask | show | jobs
by samuraiseoul 2646 days ago
Typescript can bundle and minify now, is there really a need for webpack for a small website? Even if you're using it for sass or something, just run the sass builder separate and include the generated css on page. Webpack seems like overkill in a small site like this.
1 comments

I'll have to give that a try again. Last time I ran into some problem. Might be due to limitations on which module system you can use.