-
Notifications
You must be signed in to change notification settings - Fork 70
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: FaaS error case #922
fix: FaaS error case #922
Conversation
@@ -6,5 +6,6 @@ export default function formatEntryLoaderQuery(query: ILoaderQuery): IFormattedL | |||
needInjectStyle: query.needInjectStyle === 'true', | |||
updateDataInClient: query.updateDataInClient === 'true', | |||
pageConfig: JSON.parse(query.pageConfig as string || '{}'), | |||
injectedHTML: JSON.parse(query.injectedHTML || '{}'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inline 方式不宜传入过多参数,node 下会有最大长度路径的限制,后面可能需要优化下
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok,后面考虑和 icejs 方案一致 #910
Codecov Report
@@ Coverage Diff @@
## master #922 +/- ##
=======================================
Coverage 31.60% 31.60%
=======================================
Files 46 46
Lines 1174 1174
Branches 280 280
=======================================
Hits 371 371
Misses 803 803 |
This reverts commit f2f7a98.
devServer.hot
for mockrequire
case__CHUNK_INFO__
beforedevServer
returnhtml
, for FaaS executerender
method manuallyfile-loader
withurl-loader