Most features done

This commit is contained in:
Schmelczer András 2019-12-23 11:31:53 +01:00
parent cdaa423b8a
commit c8679b77bf
43 changed files with 803 additions and 648 deletions

View file

@ -20,7 +20,7 @@ module.exports = {
module: {
rules: [
{
test: /\.(png|svg|jpe?g|gif|mp4)$/,
test: /\.(png|svg|jpe?g|gif|mp4)$/i,
use: {
loader: "file-loader",
query: {
@ -59,7 +59,8 @@ module.exports = {
name: "[name].[ext]",
outputPath: "static/fonts/"
}
}
},
include: /fonts/
},
{
test: /\.ts$/,