Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpack.common.js')
-rw-r--r--src/webpack.common.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webpack.common.js b/src/webpack.common.js
index 4940550..8dc3d21 100644
--- a/src/webpack.common.js
+++ b/src/webpack.common.js
@@ -4,7 +4,8 @@ const { VueLoaderPlugin } = require('vue-loader');
module.exports = {
entry: {
challenge: path.join(__dirname, 'main-challenge.js'),
- settings: path.join(__dirname, 'main-settings.js')
+ 'login-setup': path.join(__dirname, 'main-login-setup.js'),
+ settings: path.join(__dirname, 'main-settings.js'),
},
output: {
path: path.resolve(__dirname, '../js'),