Browse Source

去掉vite-plugin-i18next-loader

yourname 5 months ago
parent
commit
6693653c94
1 changed files with 0 additions and 4 deletions
  1. 0 4
      vite.config.ts

+ 0 - 4
vite.config.ts

@@ -1,12 +1,8 @@
 import reactStack from 'hono-vite-react-stack-node'
 import { defineConfig } from 'vite'
-import i18nextLoader from 'vite-plugin-i18next-loader'
 
 export default defineConfig({
   plugins: [
-    i18nextLoader({
-      paths: ['src/client/i18n/locales']
-    }),
     reactStack({
       minify: false,
       port: 8080