From 448c1b89aa1594e43ef394b1021a35cf3bb7779f Mon Sep 17 00:00:00 2001 From: joshuawilson Date: Mon, 30 Oct 2017 15:34:01 -0400 Subject: [PATCH] fix(perf): remove webpack dashboard analysis tool --- config/webpack.perf.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/webpack.perf.js b/config/webpack.perf.js index 689b1b9..1caf274 100644 --- a/config/webpack.perf.js +++ b/config/webpack.perf.js @@ -12,7 +12,6 @@ const commonConfig = require('./webpack.common.js'); // the settings that are co const DefinePlugin = require('webpack/lib/DefinePlugin'); const NamedModulesPlugin = require('webpack/lib/NamedModulesPlugin'); const LoaderOptionsPlugin = require('webpack/lib/LoaderOptionsPlugin'); -const DashboardPlugin = require('webpack-dashboard/plugin'); const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin; /** @@ -95,11 +94,6 @@ module.exports = function () { generateStatsFile: true }), - /** - * Displays an overview of what webpack bundled. - */ - new DashboardPlugin(), - /** * Plugin: DefinePlugin * Description: Define free variables.