Added response mocking service

This commit is contained in:
lotte
2019-06-25 13:25:26 +02:00
parent 395509a19a
commit deef684d70
6 changed files with 216 additions and 2 deletions

View File

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