7

Allows switching between list and dashboard view

This commit is contained in:
Jasper Berghoef
2017-05-31 12:31:30 +02:00
committed by Michael van Tellingen
parent 45f2de62ea
commit 7034c09d4a
35 changed files with 67 additions and 209 deletions

View File

@ -10,6 +10,7 @@ module.exports = {
context: path.resolve(__dirname, './frontend'),
entry: {
index: './js/index.js',
dashboard: './js/dashboard.js',
form: './js/form.js'
},
output: {