去掉vite-plugin-i18next-loader
This commit is contained in:
@@ -1,12 +1,8 @@
|
|||||||
import reactStack from 'hono-vite-react-stack-node'
|
import reactStack from 'hono-vite-react-stack-node'
|
||||||
import { defineConfig } from 'vite'
|
import { defineConfig } from 'vite'
|
||||||
import i18nextLoader from 'vite-plugin-i18next-loader'
|
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [
|
plugins: [
|
||||||
i18nextLoader({
|
|
||||||
paths: ['src/client/i18n/locales']
|
|
||||||
}),
|
|
||||||
reactStack({
|
reactStack({
|
||||||
minify: false,
|
minify: false,
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user