Hacker News new | ask | show | jobs
by francisofascii 1431 days ago
For clarification, isn't it true that you can only use Vite with Vue and React, and not Angular. Angular is too tied to WebPack (At least not today) I am not entirely sure, so I wanted to ask.
1 comments

Vite is framework agnostic. But angular being too big and too monolith requires large change to move from webpack to vite.

Some folks have attempted it, but not completed vite support.

This is nothing new in angular land. There are multiple third party libraries and framework which support react, vue, svelte and even solid, but not angular.