add account recovery phrase page

This commit is contained in:
Jannis R
2016-11-30 19:48:10 +01:00
parent 837ff1bc7d
commit eee03b542d
3 changed files with 39 additions and 0 deletions

View File

@@ -64,6 +64,10 @@ module.exports = {
test: /\.json$/,
use: [ 'json-loader' ]
},
{
test: /\.ejs$/,
use: [ 'ejs-loader' ]
},
{
test: /\.html$/,
use: [