summaryrefslogtreecommitdiff
path: root/web-ui/webpack.config.js
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-01 16:07:37 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-01 16:07:37 -0200
commitc141c30b068e91f58b0c64649462589f7442a2df (patch)
treeb7d6202a866ae1778f24cb098d0c5039ccb9d728 /web-ui/webpack.config.js
parent66787ad7b6e7dc777343f36519bcfa92e8bd0f1c (diff)
[#922] Create route for account recovery
with @tayanefernandes
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 99162908..720a9a2e 100644
--- a/web-ui/webpack.config.js
+++ b/web-ui/webpack.config.js
@@ -6,6 +6,7 @@ var aliases = require('./config/alias-webpack');
module.exports = {
entry: {
app: './app/js/index.js',
+ recovery: './app/js/account_recovery.js',
sandbox: './app/js/sandbox.js'
},
node: { fs: 'empty' },