mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 23:00:57 +00:00
Change modal header button style (#7271)
* 01 remove useless package * 02 change modal header icons
This commit is contained in:
@@ -23,7 +23,6 @@ const modules = require('./modules');
|
||||
const ModuleNotFoundPlugin = require('react-dev-utils/ModuleNotFoundPlugin');
|
||||
const NodePolyfillPlugin = require('node-polyfill-webpack-plugin');
|
||||
const webpackBundleTracker = require('webpack-bundle-tracker');
|
||||
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
|
||||
|
||||
const ForkTsCheckerWebpackPlugin =
|
||||
process.env.TSC_COMPILE_ON_ERROR === 'true'
|
||||
@@ -829,7 +828,6 @@ module.exports = function (webpackEnv) {
|
||||
filename: isEnvProduction ? './webpack-stats.pro.json' : './webpack-stats.dev.json',
|
||||
publicPath: isEnvProduction ? '' : paths.publicUrlOrPath
|
||||
}),
|
||||
// new BundleAnalyzerPlugin(),
|
||||
].filter(Boolean),
|
||||
// Turn off performance processing because we utilize
|
||||
// our own hints via the FileSizeReporter
|
||||
|
Reference in New Issue
Block a user