Levix

Results 2 comments of Levix

try to use `@esbuild-plugins/node-modules-polyfill` `vite.config.ts` as follow ```ts import { defineConfig } from "vite"; import react from "@vitejs/plugin-react"; import { NodeModulesPolyfillPlugin } from "@esbuild-plugins/node-modules-polyfill"; export default defineConfig({ plugins: [react()], optimizeDeps:...

> 没学习过这个,只会部署php,这个研究两天没看懂,用的是宝塔面板 文档还在写,后面会有部署文档