Fix ci:build
This commit is contained in:
@@ -67,7 +67,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
test: /\.js$/,
|
||||
include: /node_modules\/(material-chip-input|ethereumjs-tx)/,
|
||||
include: /node_modules\/(material-chip-input|ethereumjs-tx|@parity\/wordlist)/,
|
||||
use: 'babel-loader'
|
||||
},
|
||||
{
|
||||
|
||||
@@ -58,7 +58,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
test: /\.js$/,
|
||||
include: /node_modules\/ethereumjs-tx/,
|
||||
include: /node_modules\/(ethereumjs-tx|@parity\/wordlist)/,
|
||||
use: 'babel-loader'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user