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: correct umd cache directory #726

Merged
merged 1 commit into from Oct 20, 2023
Merged

Conversation

PeachScript
Copy link
Member

@PeachScript PeachScript commented Oct 20, 2023

修正 umd 构建持久缓存的位置,从 node_modules/.cache/bundler-webpack 修正为 node_modules/.cache/father/bundler-webpack,之前的配置方式不对所以自定义缓存位置没有生效

为什么要改目录?方便统一管理以及避免与 umi 项目一起使用时出现冲突

cc @hualigushi

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b13bc23) 94.42% compared to head (308e9a9) 94.42%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #726   +/-   ##
=======================================
  Coverage   94.42%   94.42%           
=======================================
  Files          55       55           
  Lines        1561     1561           
  Branches      351      373   +22     
=======================================
  Hits         1474     1474           
+ Misses         87       82    -5     
- Partials        0        5    +5     
Files Coverage Δ
src/builder/bundle/index.ts 100.00% <ø> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@PeachScript PeachScript merged commit 964cd8e into master Oct 20, 2023
9 checks passed
@delete-merged-branch delete-merged-branch bot deleted the hotfix/umd-cache-dir branch October 20, 2023 02:38
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.

None yet

1 participant