diff --git a/package.json b/package.json index b047f67..17a8209 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "jquery": "^3.2.1", "jquery.iframe-transport": "^1.0.0", "ladda": "1.0.5", - "lodash": "^3.6.0", + "lodash": "^4.17.10", "morgan": "^1.8.1", "multer": "^1.3.0", "raw-loader": "^0.5.1", diff --git a/webpack.config.js b/webpack.config.js index b7b2ec8..39307bb 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -21,8 +21,7 @@ module.exports = { app: path.join(__dirname, 'public', 'js', 'app'), marionette: 'backbone.marionette', 'sweet-alert': 'sweetalert', - tpl: path.join(__dirname, 'public', 'js', 'tpl'), - 'underscore': 'lodash' + tpl: path.join(__dirname, 'public', 'js', 'tpl') } },