Closed reo-yamashita closed 11 months ago
Hi @jmanos - this could possibly be down to babel or webpack configuration.
I suggest making sure TypeScript and babel-loader are installed in your project & your babel config includes the typescript preset:
{ "presets": ["@babel/preset-env", "@babel/preset-typescript"] }
If it's not that or webpack config related, re-open this issue & I will look into it further. Thanks
Nextjs14 and pnpm got babel error.