mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
font awesome basic configuration
This commit is contained in:
parent
d0412f57ce
commit
0419b2bf59
5 changed files with 17 additions and 4 deletions
|
|
@ -132,8 +132,13 @@ module.exports = {
|
|||
},
|
||||
|
||||
{
|
||||
test: /\.(woff2?|ttf|eot|svg)$/,
|
||||
loader: 'url?limit=10000'
|
||||
test: /\.woff(2)?$/,
|
||||
loader: "url-loader?name=/assets/fonts/[name].[ext]&limit=10000&mimetype=application/font-woff"
|
||||
},
|
||||
|
||||
{
|
||||
test: /\.(ttf|eot|svg)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
|
||||
loader: "file?name=/assets/fonts/[name].[ext]"
|
||||
},
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue