Fixes #90: Add rule for .ttf file

This commit is contained in:
Alexandru Dima 2020-01-06 13:58:53 +01:00
parent b665c1b566
commit 7bde413e17
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

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