First iteration of Status page (WIP)

This commit is contained in:
Jaco Greeff
2017-04-21 15:20:43 +02:00
parent 2459501f4e
commit 5fc6a5627e
24 changed files with 126 additions and 89 deletions

View File

@@ -16,6 +16,6 @@
module.exports = {
test: /\.js$/,
include: /node_modules\/@parity\/(abi|api|jsonrpc|wordlist)/,
include: /node_modules\/@parity\/(abi|api|jsonrpc|ui|wordlist)/,
use: 'babel-loader'
};