This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
refactor: generate data-loader only by getData #514
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportBase: 82.12% // Head: 88.32% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## chore/remove-consola-from-runtime #514 +/- ##
=====================================================================
+ Coverage 82.12% 88.32% +6.19%
=====================================================================
Files 90 109 +19
Lines 7669 9445 +1776
Branches 971 1298 +327
=====================================================================
+ Hits 6298 8342 +2044
+ Misses 1364 1095 -269
- Partials 7 8 +1
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. |
更倾向于增加配置项,现阶段 data-loader 还存在重复打包 request 等库的问题。现在的处理会导致 getAppData 依赖 getData 的写法而表现不一致。 |
Base automatically changed from
chore/remove-consola-from-runtime
to
release-next
September 15, 2022 03:34
ClarkXia
approved these changes
Sep 22, 2022
luhc228
approved these changes
Sep 22, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix #513
增加 dataLoader 配置,用于关闭 data loader 脚本的生成