-
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: generate overrides.css on generate #11735
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Size Change: +3.4 kB (0%) Total Size: 10.2 MB
ℹ️ View Unchanged
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #11735 +/- ##
==========================================
+ Coverage 28.93% 29.03% +0.09%
==========================================
Files 485 488 +3
Lines 14776 14822 +46
Branches 3501 3508 +7
==========================================
+ Hits 4276 4303 +27
- Misses 9740 9759 +19
Partials 760 760
☔ View full report in Codecov by Sentry. |
let content = readFileSync(filePath, 'utf-8'); | ||
if (content === cachedContent) return; | ||
const isLess = filePath.endsWith('.less'); | ||
if (isLess) { |
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.
这个地方放弃了 scss
/ sass
是一个 Breaking change 。
好处是和 webpack 解耦。