From 84578b2012235e7ca8a62eca7687d61337847332 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Tue, 8 Nov 2022 16:25:55 +0800 Subject: [PATCH] feat(app): revert --- .../packages/webpack-app-plus-plugin/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/vue-cli-plugin-hbuilderx/packages/webpack-app-plus-plugin/index.js b/packages/vue-cli-plugin-hbuilderx/packages/webpack-app-plus-plugin/index.js index dbeed661b..91f71831f 100644 --- a/packages/vue-cli-plugin-hbuilderx/packages/webpack-app-plus-plugin/index.js +++ b/packages/vue-cli-plugin-hbuilderx/packages/webpack-app-plus-plugin/index.js @@ -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 { -- GitLab