Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Removed: webpack build notifications
Browse files Browse the repository at this point in the history
If you want to add notifications back, please directly use
[webpack-notifier](https://www.npmjs.com/package/webpack-notifier)

Closes #859
  • Loading branch information
MoOx committed Nov 2, 2016
1 parent 968d240 commit 2909764
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"valid-url": "^1.0.9",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.2",
"webpack-notifier": "^1.4.0",
"webpack-sources": "^0.1.2",
"yargs": "^4.3.1"
},
Expand Down
3 changes: 0 additions & 3 deletions src/builder/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import webpack from "webpack"
import webpackDevMiddleware from "webpack-dev-middleware"
import webpackHotMiddleware from "webpack-hot-middleware"
import historyFallbackMiddleware from "connect-history-api-fallback"
import WebpackNotifierPlugin from "webpack-notifier"
import portFinder from "portfinder"
import opn from "opn"

Expand Down Expand Up @@ -69,8 +68,6 @@ export default (config) => {
),
new webpack.HotModuleReplacementPlugin(),
new webpack.NoErrorsPlugin(),

new WebpackNotifierPlugin(),
],
}

Expand Down

0 comments on commit 2909764

Please sign in to comment.