summaryrefslogtreecommitdiff
path: root/web-ui/webpack.production.config.js
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-02-13 18:43:15 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-16 17:01:59 -0200
commit0b966e696c6a99f825510d406008fc9b9936077e (patch)
treec91a78cddaeb82de7383380e75196f8993fcb175 /web-ui/webpack.production.config.js
parent48a1ca5f8310ef6fb61dc821c38d435617b19d5c (diff)
[#907] Convert login page to react
with @anikarni
Diffstat (limited to 'web-ui/webpack.production.config.js')
-rw-r--r--web-ui/webpack.production.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/webpack.production.config.js b/web-ui/webpack.production.config.js
index 6ee08cac..5ccdc782 100644
--- a/web-ui/webpack.production.config.js
+++ b/web-ui/webpack.production.config.js
@@ -8,6 +8,7 @@ module.exports = {
entry: {
app: './app/js/index.js',
backup_account: './src/backup_account/backup_account.js',
+ login: './src/login/login.js',
sandbox: './app/js/sandbox.js'
},
node: { fs: 'empty' },