1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Removes unecessary and undisplayed default message

This commit is contained in:
Florian Didron 2016-11-16 13:05:19 +09:00
parent becf2f2a62
commit 825d1878ff

View file

@ -51,9 +51,7 @@ export default async function createCompiler (dir, { hotReload = false } = {}) {
new UnlinkFilePlugin(),
new WatchRemoveEventPlugin(),
new WatchPagesPlugin(dir),
new FriendlyErrorsWebpackPlugin({
messages: ['Your application is running here http://localhost:3000']
})
new FriendlyErrorsWebpackPlugin()
] : [
new webpack.optimize.UglifyJsPlugin({
compress: { warnings: false },