diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-02-10 10:55:02 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 10:55:02 -0200 |
commit | 2753ec89b925f5038a85d6bc1fad7b5c887dbf1e (patch) | |
tree | 6a1526c1e2ec94bb8904635988236cb01b4c9f4b /web-ui/webpack.production.config.js | |
parent | 0d4cf4ad3a5da62f65730d6c3e3665fc12d72590 (diff) | |
parent | 1783265383a16bf702f2206ded569d3ee1af3cbc (diff) |
Merge pull request #967 from pixelated/backup-email-page
Add header and footer
Diffstat (limited to 'web-ui/webpack.production.config.js')
-rw-r--r-- | web-ui/webpack.production.config.js | 2 |
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..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/index.js', + backup_account: './src/backup_account/backup_account.js', sandbox: './app/js/sandbox.js' }, node: { fs: 'empty' }, |