Nuxt chunking error when build (v4.1.1)
I got build error after upgrade to nuxt
After debugging, i found that the affected parts are normally arrow functions (either
Like
And i had to fix it with
Then the build works again!
I think this might be a bug, it could be something inside the arrow function caused the issue or the arrow function itself affected the new build chunking feature
4.1.1After debugging, i found that the affected parts are normally arrow functions (either
async or not) passed into onMountedLike
And i had to fix it with
Then the build works again!
I think this might be a bug, it could be something inside the arrow function caused the issue or the arrow function itself affected the new build chunking feature
