PC styles nearly done

This commit is contained in:
Schmelczer András 2019-12-26 10:36:46 +01:00
parent da9d0a1136
commit 79f7c4c16f
25 changed files with 221 additions and 208 deletions

View file

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