mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 14:22:25 +03:00
Use font as npm module
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
318e7c7458
commit
6a9964e889
17 changed files with 33 additions and 266 deletions
|
@ -39,7 +39,7 @@ module.exports = {
|
|||
use: ['html-loader'],
|
||||
},
|
||||
{
|
||||
test: /\.(png|jpe?g|gif|otf|ttf)$/,
|
||||
test: /\.(png|jpe?g|gif|otf|ttf|woff|woff2)$/,
|
||||
type: 'asset/resource',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue