You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2019/04/22 08:46:28 UTC

[incubator-dubbo-admin] branch 0.2.0-release updated: remove notifier

This is an automated email from the ASF dual-hosted git repository.

min pushed a commit to branch 0.2.0-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-admin.git


The following commit(s) were added to refs/heads/0.2.0-release by this push:
     new 93decb6  remove notifier
93decb6 is described below

commit 93decb64f9f47f92cb169b6ed0a81382197fa026
Author: nzomkxia <z8...@gmail.com>
AuthorDate: Mon Apr 22 16:46:18 2019 +0800

    remove notifier
---
 dubbo-admin-ui/build/webpack.dev.conf.js | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dubbo-admin-ui/build/webpack.dev.conf.js b/dubbo-admin-ui/build/webpack.dev.conf.js
index 00e7147..f443d30 100755
--- a/dubbo-admin-ui/build/webpack.dev.conf.js
+++ b/dubbo-admin-ui/build/webpack.dev.conf.js
@@ -100,9 +100,7 @@ module.exports = new Promise((resolve, reject) => {
         compilationSuccessInfo: {
           messages: [`Your application is running here: http://${devWebpackConfig.devServer.host}:${port}`],
         },
-        onErrors: config.dev.notifyOnErrors
-        ? utils.createNotifierCallback()
-        : undefined
+        onErrors: undefined
       }))
 
       resolve(devWebpackConfig)