-
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: Umi 3 SSR #4499
Merged
Merged
feat: Umi 3 SSR #4499
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
Codecov Report
@@ Coverage Diff @@
## master #4499 +/- ##
=======================================
Coverage 82.31% 82.31%
=======================================
Files 150 150
Lines 3200 3200
Branches 812 812
=======================================
Hits 2634 2634
Misses 561 561
Partials 5 5 Continue to review full report at Codecov.
|
@kuitos cc 看对微前端有影响没 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
《🎉 发布 Umi 3.2.0 — 可能是西湖区最好用的 SSR 框架》
感谢 @i5ting @zhangyuang @eligao @hi-yinyue 对 Umi 3 SSR 开发过程中的大力支持!
『RFC』 :Close #4500
Close #4357
Close #3976
Close #3758
Close #3757
Close #3748
Close #3711
Close #4270
Close #3481
Close #3974
Close #1363
Close #2963
Close #659
Close #4119
Close #377
Close #3348
Close #3936
Close #2970
Close #3879
Close #3849
Close #4586
Close #3862
Close #3857
Close #4029
Close #1048
Close #3762
Close #3551
Close #3938
Close umijs/umi-server#22
Close umijs/umi-server#59
Close umijs/umi-server#25
Close umijs/umi-example-ssr#12
Close umijs/umi-example-ssr-with-egg#21
Close umijs/umi-example-ssr-with-egg#17
Close umijs/umi-example-ssr-with-egg#11
Close https://github.com/umijs/umi-next/pull/12
ref: liady/webpack-node-externals#66
阿里云函数计算预览:http://umi.ssr-fc.com/
怎样使用
只需要配置(不再需要 umi-server,开箱即用):
然后
umi dev
,打开即是 SSR 后的。使用预渲染:
// .umirc.ts export default { ssr: {} + exportStatic: {}, }
Checklist
npm test
passesDescription of change