change ttag-po-loader options

This commit is contained in:
HF 2024-03-09 18:47:19 +01:00
parent 831766d742
commit 33e0167822

View File

@ -116,6 +116,9 @@ module.exports = ({
{ {
test: [/\.po$/], test: [/\.po$/],
loader: 'ttag-po-loader', loader: 'ttag-po-loader',
options: {
excludeFuzzy: true,
},
}, },
], ],
}, },