Closed fredyns closed 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
Thank you for your response. it works!
can't believe there would be breaking update from vite
getting error on
npm run build
. even for blank project.