Fix ci:build

This commit is contained in:
maciejhirsz 2017-03-29 20:20:03 +02:00
parent 2cc111ad5d
commit 377f20ed49
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ module.exports = {
}, },
{ {
test: /\.js$/, test: /\.js$/,
include: /node_modules\/(material-chip-input|ethereumjs-tx)/, include: /node_modules\/(material-chip-input|ethereumjs-tx|@parity\/wordlist)/,
use: 'babel-loader' use: 'babel-loader'
}, },
{ {

View File

@ -58,7 +58,7 @@ module.exports = {
}, },
{ {
test: /\.js$/, test: /\.js$/,
include: /node_modules\/ethereumjs-tx/, include: /node_modules\/(ethereumjs-tx|@parity\/wordlist)/,
use: 'babel-loader' use: 'babel-loader'
}, },
{ {