Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-05-04 21:16:12 +0300
committerMike Greiling <mike@pixelcog.com>2018-05-04 21:16:12 +0300
commit5728b1238376f320d89db98f71d7681d0f570024 (patch)
tree95542aa4e22170bbd5f2e1831008891deb6e1d8c
parent6a952caae5195d816b36b79fcf8b2236fc76709e (diff)
remove unused name-all-modules-plugin
-rw-r--r--config/webpack.config.js1
-rw-r--r--package.json1
-rw-r--r--yarn.lock4
3 files changed, 0 insertions, 6 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, '..');
diff --git a/package.json b/package.json
index bc10b560ac3..90fb2fd951b 100644
--- a/package.json
+++ b/package.json
@@ -64,7 +64,6 @@
"marked": "^0.3.12",
"monaco-editor": "0.10.0",
"mousetrap": "^1.4.6",
- "name-all-modules-plugin": "^1.0.1",
"pikaday": "^1.6.1",
"prismjs": "^1.6.0",
"raphael": "^2.2.7",
diff --git a/yarn.lock b/yarn.lock
index 32b08085f0f..9c464606c6f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5943,10 +5943,6 @@ mute-stream@0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
-name-all-modules-plugin@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/name-all-modules-plugin/-/name-all-modules-plugin-1.0.1.tgz#0abfb6ad835718b9fb4def0674e06657a954375c"
-
nan@^2.3.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.8.0.tgz#ed715f3fe9de02b57a5e6252d90a96675e1f085a"