Skip to content

Commit

Permalink
remove notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
nzomkxia committed Apr 22, 2019
1 parent 74a409c commit 93decb6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dubbo-admin-ui/build/webpack.dev.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 93decb6

Please sign in to comment.