🔥 ✨✨ ✨ Vue3+Vite4+Element-Plus+TypeScript编写的一款后台管理系统(兼容移动端) - perf: 将`VITE_PUBLIC_PATH`默认改为`./`兼容更多路径场景 · valarchie/vue-pure-admin-dev@3e1bc7d
Description @vite/client is an alias replaced by the resolved path to the vite client /root/.../client.mjs. This id reaches the resolve plugin first and it is then tested against root here. So tryFsResolve is called with /root/root/.../client.mjs, result
aklinker1 changed the title chore: Use path/posix to normalize paths chore: Use normalize-path instead of vite.normalizePath Nov 26, 2023 Add tests 8e9d0c9 View details aklinker1 merged commit 60d6707 into main Nov 26, 2023 16 checks passed aklinker1 deleted the paths-refactor branch...
After switching the line in the referenced node/config.ts to not strip the relative path and also adding the check in the server/index.ts it seems to work as expected. However I only quick checked it since it is not a possibility for me to patch the vite package. Alternative Maybe there...
Description Refer to this closed issue: #11142 Now I have a use case need to use relative base path in dev mode. I have a container app A and will load the sub app B with iframe. B is built by vite. In local development, A start in port ...
"vite-plugin-html-minifier-terser": "^2.0.0", "vite-plugin-prismjs": "^0.0.8", "vite-plugin-public-path": "^0.0.3", "wastyle": "^0.0.5", "web-streams-polyfill": "^3.2.0", "xss": "^1.0.10" 60 changes: 0 additions & 60 deletions 60 patches/vite+2.8.1.patch Load dif...
Next generation frontend tooling. It's fast! Contribute to vitejs/vite development by creating an account on GitHub.
I mean it would also work, if there was a possibility for vite to keep the path that it finds. Member sapphi-red commented Nov 8, 2024 during dev we redirect the requests from there to localhost:3000 (craco). Just to confirm, you mean requests are proxied to localhost:3000 rather th...
Next generation frontend tooling. It's fast! Contribute to vitejs/vite development by creating an account on GitHub.
Next generation frontend tooling. It's fast! Contribute to vitejs/vite development by creating an account on GitHub.