Andy Xia

Results 3 comments of Andy Xia

阿里的项目,出了名的烂尾。

> I have the same error as well `process.env` is removed from vite by commit [8ad7ec](https://github.com/vitejs/vite/commit/8ad7ecd1029bdc0b47e55877db10ac630829c7e5) you can add ``` define: { 'process.env': {}, }, ``` into your vite.config.ts BTW...