Merge branch 'development' into 'master'
0.2.3.1
This commit is contained in:
parent
abd7ed24e6
commit
04ff905ae5
112 changed files with 948 additions and 510 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue