From b2676a1f407ecf05cb0b511e563d21b4e2a0ee61 Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Thu, 9 Feb 2017 11:28:49 -0200 Subject: [#922] Fix webpack production path to account recovery with @anikarni --- web-ui/webpack.production.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/webpack.production.config.js') 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' }, -- cgit v1.2.3