1
0
Fork 0

Client: add webpack notifier

This commit is contained in:
Chocobozzz 2016-07-20 11:43:31 +02:00
parent a64668c024
commit 66698b833f
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,7 @@ const helpers = require('./helpers')
var CopyWebpackPlugin = (CopyWebpackPlugin = require('copy-webpack-plugin'), CopyWebpackPlugin.default || CopyWebpackPlugin)
const HtmlWebpackPlugin = require('html-webpack-plugin')
const ForkCheckerPlugin = require('awesome-typescript-loader').ForkCheckerPlugin
const WebpackNotifierPlugin = require('webpack-notifier')
/*
* Webpack Constants
@ -244,8 +245,9 @@ module.exports = {
new HtmlWebpackPlugin({
template: 'src/index.html',
chunksSortMode: 'dependency'
})
}),
new WebpackNotifierPlugin({ alwaysNotify: true })
],
/*

View File

@ -62,6 +62,7 @@
"webpack": "^1.13.1",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "^0.13.0",
"webpack-notifier": "^1.3.0",
"webtorrent": "^0.93.2",
"zone.js": "0.6.12"
},