diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-02-10 00:51:24 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-02-17 17:02:14 -0600 |
commit | b7aaec05be807e7c9a56259548c0c868982df0fb (patch) | |
tree | 835317096086543328b3be661f22242856544118 /config | |
parent | 0f31c5a92b314baddd4cad01c328bdf1736fc7b4 (diff) | |
download | gitlab-ce-b7aaec05be807e7c9a56259548c0c868982df0fb.tar.gz |
remove imports loader
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 6 |
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' } ] }, |