From 7a86effd3b88525b24a9c1053588d6445cd94aca Mon Sep 17 00:00:00 2001 From: Regis Date: Sat, 18 Mar 2017 09:30:20 -0600 Subject: remove underscore - use lodash and babel plugin - 14 karma failures --- config/webpack.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'config/webpack.config.js') 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' -- cgit v1.2.1