Handle .ttf

This commit is contained in:
Alex Dima 2019-12-20 22:04:54 +01:00
parent 98a8d5a06a
commit eaacb00bb4
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
5 changed files with 18 additions and 0 deletions

View file

@ -13,6 +13,9 @@ module.exports = {
rules: [{
test: /\.css$/,
use: ['style-loader', 'css-loader']
}, {
test: /\.ttf$/,
use: ['file-loader']
}]
},
plugins: [