From 354d30138eb9dc9bd9edfd9abc1d5ae2446b9d00 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Feb 2019 00:13:03 +0100 Subject: added fingerprinting --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'webpack.config.js') 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: { -- cgit