added new input field type and started on lookup modal

This commit is contained in:
lotte
2019-06-26 16:46:15 +02:00
parent 0746aaed43
commit 96959b401c
18 changed files with 478 additions and 434 deletions

View File

@@ -91,10 +91,6 @@ module.exports = {
{
test: /\.html$/,
loader: 'raw-loader'
},
{
test: /\.json$/,
loader: 'json-loader'
}
]
},