57code / vite2-in-action

一个关于vite2+vue3项目开发中常见任务实践的库,很适合作为一个项目的起始点,欢迎大家提pr丰富这个项目。
236 stars 58 forks source link

使用path-browserify之后还是会报错process is not defined #7

Open sonicsunsky opened 3 years ago

sonicsunsky commented 3 years ago

使用path-browserify之后还是会报错process is not defined, ReferenceError: process is not defined, 应该是path-browserify里的resolve方法中还是用到了一个process.cwd()的方法,导致报错

sonicsunsky commented 3 years ago

为什么在vite2.x中的vue3文件中无法使用path模块,在之前的vue-cli环境下就可以正常使用path不报错?

jaysonwu991 commented 3 years ago

Please try to provide more useful info for us before asking, thanks.