diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-02-20 00:13:03 +0100 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-02-20 00:13:03 +0100 |
| commit | 354d30138eb9dc9bd9edfd9abc1d5ae2446b9d00 (patch) | |
| tree | d0529a5339c75ca055c797f7d49e9e0390e5484f /webpack.config.js | |
| parent | e95c86132b6c8f83f3f65181d0f82ce1d00d8565 (diff) | |
added fingerprinting
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 1 |
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: { |
