Add @parity/jsonrpc

This commit is contained in:
Jaco Greeff
2017-04-20 10:41:06 +02:00
parent 0d9e849162
commit 94c8cceb42
6 changed files with 33 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ module.exports = {
// duplicated for clarity since the number of @parity modules will increase
{
test: /\.js$/,
include: /node_modules\/@parity\/(abi|api|wordlist)/,
include: /node_modules\/@parity\/(abi|api|jsonrpc|wordlist)/,
use: 'babel-loader'
},
{

View File

@@ -61,7 +61,7 @@ module.exports = {
// duplicated for clarity since the number of @parity modules will increase
{
test: /\.js$/,
include: /node_modules\/@parity\/(abi|api|wordlist)/,
include: /node_modules\/@parity\/(abi|api|jsonrpc|wordlist)/,
use: 'babel-loader'
},
{