summaryrefslogtreecommitdiff
path: root/web-ui/webpack.config.js
diff options
context:
space:
mode:
authorAnike Arni <anikarni@gmail.com>2017-03-28 11:37:00 -0300
committerGitHub <noreply@github.com>2017-03-28 11:37:00 -0300
commita9462a5d761aab4d4bcd89412fb265155c981972 (patch)
tree1212bc94b9b607c40ab82778725d3396271002ca /web-ui/webpack.config.js
parent367ad8bb015f69e287765137646a6bc6c1c5aff5 (diff)
parent66129892c9e9c8f2f3c2ff230499dbe10d04ddd0 (diff)
Merge pull request #1026 from pixelated/forgot-password-page
Forgot password page
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'
},