summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-10-20 00:32:56 -0500
committerMike Greiling <mike@pixelcog.com>2017-01-06 10:21:02 -0600
commit31bd36845ba1c18404f029f85b6a0f841c1c390c (patch)
treef0060948ef4f5e49af16f1f5f27e4e2330632bd6 /config
parent000180e5e469c39f626faccf91cdb2b1d25a97f8 (diff)
downloadgitlab-ce-31bd36845ba1c18404f029f85b6a0f841c1c390c.tar.gz
temporarily regress to babel 5 for parity with sprockets-es6 gem
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 2aa1e8d7dd7..acd5597da3a 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -30,10 +30,7 @@ var config = {
{
test: /\.es6$/,
exclude: /node_modules/,
- loader: 'babel-loader',
- query: {
- presets: ['es2015']
- }
+ loader: 'babel-loader'
}
]
},