Can V4 remove the configuration of babelOptions when using language features?
Open
enhancement: proposal 💬
needs: triage 🏷
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 413
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the enhancement
The V3 doesn't require the babelOptions when using Vite with outbox TS language. V4 requires specifying the babel options, but I'm using Typescript decorators, which are different from the Babel decorators. I can't configure the decorator's features through babel options.
See this issue for details: https://github.com/babel/babel/issues/8864
Is there a possible enhancement for not configuring the babel options just like the V3 does?
## Motivation
Using full featured Typescript decorators.
## Possible implementations
## Related Issues
Contributor guide
Assessment
This issue has not been assessed yet.