Got a question about babel in this repo.
Reading from there would be an babel.config.js for @babel/plugin-transform-runtime, babel-plugin-glsl. But there isn't one in this repoe, are babel packages not used anymore? or there is some tricks of next.js I am not aware of?
https://nextjs.org/docs/advanced-features/customizing-babel-config
@kayden1940 Ah, thanks for the issue after moving to SWC I forgot to remove some babel dependencies. Indeed since Nextjs v11 we moved from babel to SWC so these dependencies are not necessary anymore
Got a question about babel in this repo. Reading from there would be an babel.config.js for @babel/plugin-transform-runtime, babel-plugin-glsl. But there isn't one in this repoe, are babel packages not used anymore? or there is some tricks of next.js I am not aware of? https://nextjs.org/docs/advanced-features/customizing-babel-config