Disable this for now

This commit is contained in:
Lim Chee Aun 2024-08-27 13:47:21 +08:00
parent 1d69a1da71
commit 2e6074d794

View file

@ -73,11 +73,11 @@ export default defineConfig({
run: ['npm', 'run', 'messages:extract:clean'], run: ['npm', 'run', 'messages:extract:clean'],
pattern: 'src/**/*.{js,jsx,ts,tsx}', pattern: 'src/**/*.{js,jsx,ts,tsx}',
}, },
{ // {
name: 'update-catalogs', // name: 'update-catalogs',
run: ['node', 'scripts/catalogs.js'], // run: ['node', 'scripts/catalogs.js'],
pattern: 'src/locales/*.po', // pattern: 'src/locales/*.po',
}, // },
], ],
}), }),
splitVendorChunkPlugin(), splitVendorChunkPlugin(),