diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-05-04 13:16:12 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-05-04 13:16:12 -0500 |
commit | 5728b1238376f320d89db98f71d7681d0f570024 (patch) | |
tree | 95542aa4e22170bbd5f2e1831008891deb6e1d8c /config | |
parent | 6a952caae5195d816b36b79fcf8b2236fc76709e (diff) | |
download | gitlab-ce-5728b1238376f320d89db98f71d7681d0f570024.tar.gz |
remove unused name-all-modules-plugin
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 1 |
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, '..'); |