TiagoSilvaPereira / vemto-issues

Repository to track Vemto Issues
30 stars 0 forks source link

Fail to Generate Codes #429

Closed fredyns closed 1 year ago

fredyns commented 1 year ago

getting error on npm run build. even for blank project. Screenshot 2023-06-04 153706

TiagoSilvaPereira commented 1 year ago

Hi @fredyns, this error is happening due to some changes to Vite. You can do what the error message says: rename postcss.config.js to postcss.config.cjs and rerun code generation. It will probably work

fredyns commented 1 year ago

Thank you for your response. it works!

can't believe there would be breaking update from vite