Merge frontend redesign

This commit is contained in:
sonny 2020-06-03 20:46:01 +02:00
parent 27ed0259a1
commit ddfd208d1c
112 changed files with 948 additions and 510 deletions

View file

@ -21,6 +21,16 @@ 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]',
publicPath: '../',
},
},
},
],
},
plugins: [