Initial redesign

This commit is contained in:
sonny 2020-05-24 20:37:24 +02:00
parent 27ed0259a1
commit 443468c358
30 changed files with 374 additions and 174 deletions

View file

@ -21,6 +21,15 @@ export default {
test: /\.(sass|scss)$/,
use: [{ loader: MiniCssExtractPlugin.loader }, 'css-loader', 'sass-loader'],
},
{
test: /\.(ttf|woff|woff2)$/,
use: {
loader: 'file-loader',
options: {
name: 'fonts/[name].[ext]',
},
},
},
],
},
plugins: [