2
0
mirror of https://github.com/frappe/books.git synced 2024-12-25 20:11:15 +00:00

Font Loader webpack setting

This commit is contained in:
thefalconx33 2019-09-11 12:37:44 +05:30
parent 82fb95debc
commit 187b852538

View File

@ -66,7 +66,7 @@ function makeConfig() {
use: ['vue-style-loader', 'css-loader', 'sass-loader']
},
{
test: /\.(png|svg|jpg|gif)$/,
test: /\.(png|svg|jpg|woff|woff2|gif)$/,
use: ['file-loader']
}
]