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

chore: remove rax-compile-config #3806

Merged
merged 3 commits into from
Nov 12, 2020
Merged

Conversation

SoloJiang
Copy link
Collaborator

移除对 rax-compile-config 的依赖

@@ -75,6 +75,7 @@ if (isMiniAppPlatform) {
const globalEvent = __weex_require__('@weex-module/globalEvent');
globalEvent.addEventListener('WXApplicationDidBecomeActiveEvent', function() {
router.current.visibiltyState = true;
console.error(11111);
Copy link
Collaborator

Choose a reason for hiding this comment

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

调试脚本记得移除

@@ -182,7 +181,7 @@ async function generateHtml(compilation, options) {
const errorStack = await parse(error, documentContent);
// Prevent print duplicate error info
if (!hasPrintError) {
print(error.message, errorStack);
print(error.message, errorStack.reverse());
Copy link
Collaborator

Choose a reason for hiding this comment

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

错误栈是反的?

@ClarkXia ClarkXia merged commit 1aa0fe5 into bump-version Nov 12, 2020
@delete-merged-branch delete-merged-branch bot deleted the remove-rax-compile-config branch November 12, 2020 03:18
@SoloJiang SoloJiang mentioned this pull request Nov 12, 2020
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.

2 participants