aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2019-02-20 11:30:57 -0600
committerGitHub <noreply@github.com>2019-02-20 11:30:57 -0600
commitf82282533918439af9fc36ba877ac0856ad9b828 (patch)
treea7123478e10f8e65e335875b63cd48857b94735d /webpack.config.js
parent5caf25a6de253a45897f859da3efd3830a69de06 (diff)
parent615a1c3855208a3edddd5ceefaaae19d6b4cc217 (diff)
Merge pull request #8 from AttorneyOnline/new-hdid
New hdid
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 98d96d0..197e91c 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -1,6 +1,7 @@
module.exports = {
entry: {
ui: './webAO/ui.js',
+ fingerprint: './webAO/fingerprint.js',
client: './webAO/client.js'
},
output: {