Add /admin page

This commit is contained in:
Christoph Wiechert
2017-07-12 15:19:53 +02:00
parent 4c2f5c1d94
commit 1bb9d5792f
10 changed files with 300 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ module.exports = {
entry: {
upload: './src/upload.js',
download: './src/download.js',
admin: './src/admin.js',
},
output: {
path: path.resolve(__dirname, '../public/app'),