-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ✨ testing 支持 mjs 文件 #11818
feat: ✨ testing 支持 mjs 文件 #11818
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Size Change: +82 B (0%) Total Size: 9.89 MB
ℹ️ View Unchanged
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #11818 +/- ##
==========================================
- Coverage 29.02% 29.02% -0.01%
==========================================
Files 488 488
Lines 14828 14829 +1
Branches 3512 3513 +1
==========================================
Hits 4304 4304
- Misses 9764 9765 +1
Partials 760 760
☔ View full report in Codecov by Sentry. |
@@ -100,6 +102,18 @@ const createTransformer = ( | |||
}; | |||
}; | |||
|
|||
const EXT_MAP: Record<string, Loader> = { | |||
'.js': 'js', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
目测有一些老项目 js 里面写的 jsx ,之前有人反馈过这个问题。
No description provided.