From 32eb277b1d834ab7820c0f9f7cda8254fd17770d Mon Sep 17 00:00:00 2001 From: Amirh24 Date: Wed, 12 Sep 2018 04:06:53 +0300 Subject: [PATCH] Update poi.config.js Add vuex-persist to transformModules. --- poi.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poi.config.js b/poi.config.js index 49b041e..58d443c 100644 --- a/poi.config.js +++ b/poi.config.js @@ -8,7 +8,7 @@ var path = require('path') */ module.exports = (options, req) => ({ - transformModules: ['ethereumjs-util', 'wyvern-schemas', 'lru_map', 'wyvern-exchange', 'typed-promisify'], + transformModules: ['ethereumjs-util', 'wyvern-schemas', 'lru_map', 'wyvern-exchange', 'typed-promisify', 'vuex-persist'], entry: './src/index.js', html: { title: 'Wyvern Exchange',