-
-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nuxi build -> ERROR Rollup error: Unexpected token #1211
Comments
This may comme from one of your Markdown files, can you try to remove them and add them one by one by and building to see which one is causing it? |
@atinux spot on! one Markdown file contained a
removing the apostrophe fixed the issue. Maybe the error needs to be more clear or maybe |
Well I think using |
We can warn and ignore these files inside |
@atinux i get this same error but in my case, I am not using markdown. It however shows up when i use genQL (https://genql.vercel.app/) within the server/api directory. when I comment the reference to the genQL client , the error goes away |
Have you tried to use https://github.com/diizzayy/nuxt-graphql-client instead @shiftlabs1 ? |
Environment
Darwin
v17.3.1
3.0.0-rc.3-27571095.9379606
[email protected]
vite
extends
,buildModules
,build
,ssr
-
@nuxt/[email protected]
Reproduction
I've started incorporating
nuxt/modules
into my nuxt3 project. I am unable to build (SSR false or true) I get the following errorDescribe the bug
if I comment out the following line in nuxt.config file then I'm able the error is gone
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: