From ff7c8e5f77ce3b9b54e569715a23e0d093d3be99 Mon Sep 17 00:00:00 2001 From: Vishal Banthia Date: Fri, 25 Nov 2016 22:36:09 +0530 Subject: [PATCH] Remove old node-uuid from webpack config --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index bdc6154b..2782560a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -64,7 +64,6 @@ module.exports = { , {test: /angular-touch\.js$/, loader: 'imports?angular=angular'} , {test: /angular-animate\.js$/, loader: 'imports?angular=angular'} , {test: /angular-growl\.js$/, loader: 'imports?angular=angular'} - , {test: /uuid\.js$/, loader: 'imports?require=>undefined'} , {test: /dialogs\.js$/, loader: 'script'} ] // TODO: enable when its sane