summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-05-04 13:16:12 -0500
committerMike Greiling <mike@pixelcog.com>2018-05-04 13:16:12 -0500
commit5728b1238376f320d89db98f71d7681d0f570024 (patch)
tree95542aa4e22170bbd5f2e1831008891deb6e1d8c /config/webpack.config.js
parent6a952caae5195d816b36b79fcf8b2236fc76709e (diff)
downloadgitlab-ce-5728b1238376f320d89db98f71d7681d0f570024.tar.gz
remove unused name-all-modules-plugin
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index e7dba3ae718..a2a527f25d2 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -5,7 +5,6 @@ const webpack = require('webpack');
const StatsWriterPlugin = require('webpack-stats-plugin').StatsWriterPlugin;
const CopyWebpackPlugin = require('copy-webpack-plugin');
const CompressionPlugin = require('compression-webpack-plugin');
-const NameAllModulesPlugin = require('name-all-modules-plugin');
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
const ROOT_PATH = path.resolve(__dirname, '..');