Add filter logic for overview page

This commit is contained in:
Tom Raithel
2017-02-20 20:12:34 +01:00
parent 9f33c7a8ca
commit c8ee3da561
7 changed files with 89 additions and 67 deletions

View File

@@ -14,6 +14,7 @@ module.exports = {
test: /\.js?$/,
include: [
path.resolve(__dirname, "js"),
path.resolve(__dirname, "common"),
],
loader: "babel-loader",