summaryrefslogtreecommitdiff
path: root/web-ui/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/webpack.config.js')
-rw-r--r--web-ui/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/webpack.config.js b/web-ui/webpack.config.js
index 6a44e4a1..0470b508 100644
--- a/web-ui/webpack.config.js
+++ b/web-ui/webpack.config.js
@@ -39,6 +39,7 @@ var publicAssets = Object.assign({}, commonConfiguration, {
var protectedAssets = Object.assign({}, commonConfiguration, {
entry: {
'app': './app/js/index.js',
+ 'account_recovery': './src/account_recovery/account_recovery.js',
'backup_account': './src/backup_account/backup_account.js',
'sandbox': './app/js/sandbox.js'
},