From 9be46bf8aa87086a3c3178f1c81e172667e52931 Mon Sep 17 00:00:00 2001 From: Danny Skubak Date: Sun, 18 Mar 2018 00:52:47 -0400 Subject: [PATCH] Update blockie package in webpack config (#1337) --- webpack_config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack_config/config.js b/webpack_config/config.js index c39ee7d4..ff1528cf 100644 --- a/webpack_config/config.js +++ b/webpack_config/config.js @@ -43,7 +43,7 @@ module.exports = { 'bip39', 'bn.js', 'classnames', - 'ethereum-blockies', + 'ethereum-blockies-base64', 'ethereumjs-abi', 'ethereumjs-tx', 'ethereumjs-util',