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

Commit

Permalink
fix(perf): remove webpack dashboard analysis tool
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Oct 30, 2017
1 parent 7e79c30 commit 448c1b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/webpack.perf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down Expand Up @@ -95,11 +94,6 @@ module.exports = function () {
generateStatsFile: true
}),

/**
* Displays an overview of what webpack bundled.
*/
new DashboardPlugin(),

/**
* Plugin: DefinePlugin
* Description: Define free variables.
Expand Down

0 comments on commit 448c1b8

Please sign in to comment.