From 66698b833f77806045b36fdeba612acda43dd7f7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Jul 2016 11:43:31 +0200 Subject: Client: add webpack notifier --- client/config/webpack.common.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/config') diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js index dec468736..2ff3a1506 100644 --- a/client/config/webpack.common.js +++ b/client/config/webpack.common.js @@ -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 }) ], /* -- cgit v1.2.3