Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(alipay): 修复支付宝 IDE 里预览会卡住的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Mar 25, 2020
1 parent bd3ccb5 commit bc8a50b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/remax-cli/src/build/watcher/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ export default function runWatcher(
case 'END':
isBundleRunning = false;
output('💡 编译完成', 'green', remaxOptions.notify);
// 适配支付宝小程序 IDE
if (process.env.VOL_ROOT) {
output('Watching for changes...', 'green', remaxOptions.notify);
}
break;
case 'ERROR':
case 'FATAL':
Expand Down

0 comments on commit bc8a50b

Please sign in to comment.