Show error page on missing configuration

This commit is contained in:
Manuel Bouza
2019-02-11 16:40:22 +01:00
parent 7b405a6de3
commit a4f3049671
10 changed files with 169 additions and 85 deletions

View File

@@ -38,7 +38,7 @@ module.exports = {
}
},
{
test: /\.(png)$/,
test: /\.(jpg|png)$/,
loader: "file-loader",
options: {
name: "[path][name].[ext]"