summaryrefslogtreecommitdiff
path: root/web-ui/webpack.production.config.js
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-02-09 11:28:49 -0200
committerTayane Fernandes <tayane.rmf@gmail.com>2017-02-09 12:50:15 -0200
commitb2676a1f407ecf05cb0b511e563d21b4e2a0ee61 (patch)
tree15be4c20409c920e7a7514713c27b20f35c0fbd7 /web-ui/webpack.production.config.js
parentdd4f8569848b4dbd688c07c03b17a898ed6df25d (diff)
[#922] Fix webpack production path to account recovery
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 6948d78e..3684997b 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/index.js',
+ account_recovery: './src/account_recovery/account_recovery.js',
sandbox: './app/js/sandbox.js'
},
node: { fs: 'empty' },