ci: minor change in build scripts

This commit is contained in:
Fabio Di Stasio 2023-04-17 00:25:31 +02:00
parent c3c90d4cf9
commit 8d5fbf600f
1 changed files with 1 additions and 9 deletions

View File

@ -146,15 +146,7 @@ const config = {
}, },
{ {
test: /\.(woff|woff2|ttf|eot)$/, test: /\.(woff|woff2|ttf|eot)$/,
type: 'asset', type: 'asset/resource'
parser: {
dataUrlCondition: {
maxSize: 8 * 1024
}
},
generator: {
filename: 'fonts/[hash][ext][query]'
}
} }
] ]
} }