Skip to content

Commit e9bdda8

Browse files
committed
Edit console messages
1 parent 6ef95d5 commit e9bdda8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build/build.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,5 @@ rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
3333
}
3434

3535
console.log(chalk.cyan(' Build complete.\n'))
36-
console.log(chalk.yellow(
37-
' Tip: built files are meant to be served over an HTTP server.\n' +
38-
' Opening index.html over file:// won\'t work.\n'
39-
))
4036
})
4137
})

build/webpack.dev.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = new Promise((resolve, reject) => {
8989
// Add FriendlyErrorsPlugin
9090
devWebpackConfig.plugins.push(new FriendlyErrorsPlugin({
9191
compilationSuccessInfo: {
92-
messages: [`Your application is running here: http://${devWebpackConfig.devServer.host}:${port}`],
92+
messages: [`Serving dev assets from: http://${devWebpackConfig.devServer.host}:${port}`],
9393
},
9494
onErrors: config.dev.notifyOnErrors
9595
? utils.createNotifierCallback()

0 commit comments

Comments
 (0)