Add favicon support

This commit is contained in:
Schmelczer András 2019-12-23 17:36:43 +01:00
parent dbb48fbde6
commit 29e1546eb2
27 changed files with 92 additions and 109 deletions

View file

@ -28,6 +28,16 @@ module.exports = {
}
}
},
{
test: /\.ico$/i,
use: {
loader: "file-loader",
query: {
outputPath: "/",
name: "[name].[ext]"
}
}
},
{
test: /\.scss$/i,
use: [