Skip to content

Commit

Permalink
feat(app): revert
Browse files Browse the repository at this point in the history
  • Loading branch information
fxy060608 committed Nov 8, 2022
1 parent de328f4 commit 84578b2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ class WebpackAppPlusPlugin {
done('Build complete. FILES:' + JSON.stringify(changedFiles))
}
} else {
if (!stats.hasErrors()) {
!process.env.UNI_AUTOMATOR_WS_ENDPOINT && done('Build complete. Watching for changes...')
};
// if (!stats.hasErrors()) {
!process.env.UNI_AUTOMATOR_WS_ENDPOINT && done('Build complete. Watching for changes...')
// };
}
isFirst = false
} else {
Expand Down

0 comments on commit 84578b2

Please sign in to comment.