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
path: root/config
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-10 09:51:24 +0300
committerMike Greiling <mike@pixelcog.com>2017-02-18 02:02:14 +0300
commitb7aaec05be807e7c9a56259548c0c868982df0fb (patch)
tree835317096086543328b3be661f22242856544118 /config
parent0f31c5a92b314baddd4cad01c328bdf1736fc7b4 (diff)
remove imports loader
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 9bee7baceb7..f71bd686136 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -60,12 +60,6 @@ var config = {
'stage-2'
]
}
- },
- {
- test: /\.(js|es6)$/,
- exclude: /node_modules/,
- loader: 'imports-loader',
- options: 'this=>window'
}
]
},