Is there a way to implement meteor 3.0 with angular?

Hello,
For the last few hours I tried to integrate meteor 3.0 with angular 17 (using vite) but I keep running into this issue when running “meteor”:

While building for web.browser.legacy:
   node_modules/@angular/compiler/fesm2022/compiler.mjs:
   /client/node_modules/@angular/compiler/fesm2022/compiler.mjs: Static class blocks are
   not enabled. Please add `@babel/plugin-transform-class-static-block` to your configuration.

I’ve been trying a number of solutions but I still can’t wrap my head around a fix. Is there a way to fix this?
Thanks