summaryrefslogtreecommitdiff
path: root/web-ui/webpack.production.config.js
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-03-27 13:50:51 -0300
committerAnike Arni <aarni@thoughtworks.com>2017-03-27 13:50:51 -0300
commit0c4c805f03d61760fd1685d22afbc545e67e96ed (patch)
treee51653b1cf4bbeb5381bab38e52be6f52efae6e6 /web-ui/webpack.production.config.js
parent367ad8bb015f69e287765137646a6bc6c1c5aff5 (diff)
[#932] Creates account recovery resource
Diffstat (limited to 'web-ui/webpack.production.config.js')
-rw-r--r--web-ui/webpack.production.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/webpack.production.config.js b/web-ui/webpack.production.config.js
index 92a4f12b..23be0565 100644
--- a/web-ui/webpack.production.config.js
+++ b/web-ui/webpack.production.config.js
@@ -43,6 +43,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'
},