Skip to content

Commit 5b26981

Browse files
tomsseisumsLinusBorg
authored andcommitted
Use actual host for notification (#1101). (#1103)
1 parent 7cf7d41 commit 5b26981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/webpack.dev.conf.js

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = new Promise((resolve, reject) => {
6565
// Add FriendlyErrorsPlugin
6666
devWebpackConfig.plugins.push(new FriendlyErrorsPlugin({
6767
compilationSuccessInfo: {
68-
messages: [`Your application is running here: http://${config.dev.host}:${port}`],
68+
messages: [`Your application is running here: http://${devWebpackConfig.devServer.host}:${port}`],
6969
},
7070
onErrors: config.dev.notifyOnErrors
7171
? utils.createNotifierCallback()

0 commit comments

Comments
 (0)