Hacker News new | ask | show | jobs
by pietro 2822 days ago
Parcel has first class support for TypeScript. It's amazingly simple: https://hackernoon.com/zero-config-typescript-bundling-with-...
2 comments

First class? Parcel uses Babel to transpile. Ugh. https://github.com/parcel-bundler/parcel/issues/954
Seconding Parcel. Such a joy to work with compared with Webpack.