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:
parent
becf2f2a62
commit
825d1878ff
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue