-
Notifications
You must be signed in to change notification settings - Fork 2.7k
fix(preset-umi): 修复不存在 .umirc.ts时,多次调用 set , .umirc.ts 被覆写的问题 #10390
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Size Change: +7 B (0%) Total Size: 9.92 MB
ℹ️ View Unchanged
|
Codecov ReportBase: 29.29% // Head: 29.29% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #10390 +/- ##
==========================================
- Coverage 29.29% 29.29% -0.01%
==========================================
Files 445 445
Lines 13005 13006 +1
Branches 3178 3178
==========================================
Hits 3810 3810
- Misses 8591 8592 +1
Partials 604 604
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
修复初始化调用
npx umi g tailwindcss
时,.umirc.ts
中自动写入配置缺失tailwindcss: {}
的问题