We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107dda9 commit 8124027Copy full SHA for 8124027
vite.config.ts
@@ -36,7 +36,6 @@ export default defineConfig(({ command, mode }): UserConfig => {
36
output: {
37
manualChunks: (id) => {
38
// Split translations into individual chunks
39
- console.log("hmm", extname(id));
40
if (extname(id) === ".po") {
41
return basename(id);
42
}
0 commit comments