-
Hello guys, I'm encountering an issue during my build process using Parcel. The error I'm receiving is:
This problem arises when I modify the outputFormat to "global" in my package.json file. Here's my package.json looked like:
My package.json now:
I am currently stuck and unsure about how to proceed 🥲 . Has anyone encountered this issue before or does anyone have insights on possible solutions to this problem? If I use the --no-optimize flag, the build process successfully completes, but I still encounter the Uncaught SyntaxError: Unexpected token '.' error at runtime. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is definitely a bug and shouldn't happen. Please share some code to reproduce this. Alternatively, build with |
Beta Was this translation helpful? Give feedback.
That sounds like #7090 (comment)