Добавил лодер для шрифтов

This commit is contained in:
Book Pauk
2019-01-01 14:47:29 +07:00
parent 4433f05134
commit 991a5b6884

View File

@@ -42,6 +42,13 @@ module.exports = {
name: "images/[name]-[hash:6].[ext]"
}
},
{
test: /\.(ttf|eot|woff)$/,
loader: "file-loader",
options: {
prefix: "font/"
}
},
]
},