mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-29 15:59:54 +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: /\.yaml$/, use: ['json-loader', 'yaml-loader'] },
|
||||||
{ test: /\.svg/, use: ['svg-inline-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',
|
type: 'asset',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
test: /\.ttf$/,
|
||||||
|
type: 'asset/inline',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
test: /\.po$/,
|
test: /\.po$/,
|
||||||
use: [
|
use: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user