summaryrefslogtreecommitdiff
path: root/web-ui/webpack.production.config.js
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-02-09 13:33:30 -0200
committerTayane Fernandes <tayane.rmf@gmail.com>2017-02-09 13:33:30 -0200
commit2bfd4b8da51310da0e11d87f64f57990d93d79e0 (patch)
treeb23562755af9703bf1b0d2b2b1c0682839542f0d /web-ui/webpack.production.config.js
parentb2676a1f407ecf05cb0b511e563d21b4e2a0ee61 (diff)
[#922] Rename backup account flow
To differentiate between the account recovery flow and the set backup email flow, we renamed all resources and url to reflect this. with @anikarni
Diffstat (limited to 'web-ui/webpack.production.config.js')
-rw-r--r--web-ui/webpack.production.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/webpack.production.config.js b/web-ui/webpack.production.config.js
index 3684997b..e8d3cf9d 100644
--- a/web-ui/webpack.production.config.js
+++ b/web-ui/webpack.production.config.js
@@ -7,7 +7,7 @@ var aliases = require('./config/alias-webpack');
module.exports = {
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'
},
node: { fs: 'empty' },