Skip to content
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

fix: dts lost when rebuild with incremental cache #649

Merged
merged 1 commit into from
May 11, 2023

Conversation

Carrotzpc
Copy link
Contributor

fix: #644

@codecov
Copy link

codecov bot commented May 9, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.07 🎉

Comparison is base (1ed3153) 93.59% compared to head (9013ba3) 93.66%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #649      +/-   ##
==========================================
+ Coverage   93.59%   93.66%   +0.07%     
==========================================
  Files          55       55              
  Lines        1498     1515      +17     
  Branches      329      333       +4     
==========================================
+ Hits         1402     1419      +17     
  Misses         96       96              
Impacted Files Coverage Δ
src/builder/bundless/dts/index.ts 91.42% <100.00%> (+2.74%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

src/builder/bundless/dts/index.ts Show resolved Hide resolved
src/builder/bundless/dts/index.ts Outdated Show resolved Hide resolved
@PeachScript PeachScript changed the title fix: add dts static cache back to fix dts build issue (#644) fix: dts lost when rebuild with incremental cache May 11, 2023
@PeachScript PeachScript merged commit a3fd97a into umijs:master May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

father build 输出打包文件后,如果不修改代码,再次执行 father build 会丢失 .d.ts 文件
2 participants