mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-28 23:39:53 +00:00
This commit is contained in:
parent
94b3212afb
commit
4dadba7f80
@ -87,9 +87,13 @@ module.exports = options => {
|
||||
{ test: /\.yaml$/, use: ['json-loader', 'yaml-loader'] },
|
||||
{ test: /\.svg/, use: ['svg-inline-loader'] },
|
||||
{
|
||||
test: /\.(ttf|eot|otf|woff|woff2|ogg)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
|
||||
test: /\.(eot|otf|woff|woff2|ogg)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
|
||||
type: 'asset',
|
||||
},
|
||||
{
|
||||
test: /\.ttf$/,
|
||||
type: 'asset/inline',
|
||||
},
|
||||
{
|
||||
test: /\.po$/,
|
||||
use: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user