From 13fc89f4a4b91b3da10493517de556240fb65463 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 29 Jan 2017 18:35:19 +0100 Subject: Client: notify client if there are webtorrent errors --- client/config/webpack.common.js | 1 + 1 file changed, 1 insertion(+) (limited to 'client/config/webpack.common.js') diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js index 08b8a4b09..2d227f6f8 100644 --- a/client/config/webpack.common.js +++ b/client/config/webpack.common.js @@ -8,6 +8,7 @@ const AssetsPlugin = require('assets-webpack-plugin') const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin const NormalModuleReplacementPlugin = require('webpack/lib/NormalModuleReplacementPlugin') const ContextReplacementPlugin = require('webpack/lib/ContextReplacementPlugin') +const ProvidePlugin = require('webpack/lib/ProvidePlugin') const CommonsChunkPlugin = require('webpack/lib/optimize/CommonsChunkPlugin') const CopyWebpackPlugin = require('copy-webpack-plugin') const CheckerPlugin = require('awesome-typescript-loader').CheckerPlugin -- cgit v1.2.3