diff options
author | Regis <boudinot.regis@yahoo.com> | 2017-03-18 09:30:20 -0600 |
---|---|---|
committer | Regis <boudinot.regis@yahoo.com> | 2017-03-18 09:30:20 -0600 |
commit | 7a86effd3b88525b24a9c1053588d6445cd94aca (patch) | |
tree | 90e6fdb2693bf0c4050077413677a04d9acee901 /config/webpack.config.js | |
parent | 0eff4f14ccae7d979e6fa20f0bb875e4591351e8 (diff) | |
download | gitlab-ce-lololodash.tar.gz |
remove underscore - use lodash and babel plugin - 14 karma failureslololodash
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index cbcc9ac5aea..2eb284880a7 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -60,6 +60,7 @@ var config = { exclude: /(node_modules|vendor\/assets)/, loader: 'babel-loader', options: { + plugins: ['lodash'], presets: [ ["es2015", {"modules": false}], 'stage-2' |