-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: support browser history #3736
Conversation
Codecov Report
@@ Coverage Diff @@
## release-next-rax #3736 +/- ##
=================================================
Coverage 89.72% 89.72%
=================================================
Files 12 12
Lines 146 146
Branches 26 26
=================================================
Hits 131 131
Misses 13 13
Partials 2 2 |
try { | ||
debug(config[0]); | ||
debug(configs); |
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.
没有 configs
这个参数。👉👉👉 config
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.
建议修改 build-scripts 的参数
webEntryKeys = Object.keys(getWebpackEntry(config, 'web')); | ||
weexEntryKeys = Object.keys(getWebpackEntry(config, 'weex')); | ||
krakenEntryKeys = Object.keys(getWebpackEntry(config, 'kraken')); | ||
onHook('before.start.run', ({ configs }) => { |
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.
同上
web
/kraken
同时启动服务的时候,kraken
资源找不到的问题