frandiox / vitesse-ssr-template

πŸ• Opinionated Vue + Vite Starter Template with SSR in Node.js
https://vitesse-ssr.vercel.app/
MIT License
187 stars 29 forks source link

Build Error #3

Closed takechihorn closed 3 years ago

takechihorn commented 3 years ago

Hi I cloned latest version fixed at package.json. An error occurred when I build it. There wasn't any errors in previous version.Please tell me what did you wanna to change. Should I use the previous version.

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2021-03-17 17 41 31

Thank you!

frandiox commented 3 years ago

@takechihorn Seems related to ESBuild and Vite 2.1.0. I've changed the dep versions to use 2.0.x for now. Can you try again with that?

takechihorn commented 3 years ago

@frandiox Thank you for your updating! It was Successful to run ! I'm going to develop a project using this template. Thanks a lot!

frandiox commented 3 years ago

@takechihorn I think it's been fixed in Vite 2.1.2, in case you want to upgrade.