Fix editor internationalization

This commit is contained in:
Paulo Gustavo Veiga 2022-02-07 18:48:29 -08:00
parent 560429116a
commit 26187eb24e

View File

@ -28,7 +28,7 @@ module.exports = {
exclude: '/node_modules/' exclude: '/node_modules/'
}, },
{ {
test: /\.(png|jpe?g|gif|svg|json)$/, test: /\.(png|jpe?g|gif|svg)$/,
type: 'asset/inline', type: 'asset/inline',
}, },
{ {