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

feat(loader): add lru cache for assets fetch by default #2794

Merged
merged 8 commits into from
Nov 7, 2023
Merged

Conversation

kuitos
Copy link
Member

@kuitos kuitos commented Nov 6, 2023

Copy link

changeset-bot bot commented Nov 6, 2023

🦋 Changeset detected

Latest commit: 3e7144b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
qiankun Patch
@qiankunjs/sandbox Patch
@qiankunjs/react Patch
@qiankunjs/loader Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Nov 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
qiankun ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2023 10:12am

@kuitos kuitos marked this pull request as ready for review November 6, 2023 15:45
@@ -8,7 +8,7 @@
"scripts": {
"build:webpack4": "cd ./tests/webpack4 && npm run build",
"build:webpack5": "cd ./tests/webpack5 && npm run build",
"test": "npm run build && npm run build:webpack4 && npm run build:webpack5 && vitest",
"test:local": "npm run build && npm run build:webpack4 && npm run build:webpack5 && vitest",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nayonglin 插件的单测在 ci 上跑不起来,才发现之前 ci 过了是因为没跑单测😂

@kuitos kuitos merged commit 7cc06bd into next Nov 7, 2023
@kuitos kuitos deleted the feat/lru-cache branch November 7, 2023 10:20
@kuitos kuitos linked an issue Nov 7, 2023 that may be closed by this pull request
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.

default fetch with lru cache
1 participant