Merge branch 'development' into 'master'

0.2.3.1
This commit is contained in:
sonny 2020-06-03 20:49:35 +02:00
parent abd7ed24e6
commit 04ff905ae5
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: [