We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got this error message while configuring Eleventy:
Eleventy fatal error: (full stack in DEBUG output) > Error in your Eleventy config file '/Users/zellwk/Projects/private-repos/zellwk/eleventy.js'. (EleventyConfigError) > Unexpected token < (SyntaxError)
But I couldn't find the error when I ran Eleventy in DEBUG mode. Searched the logs and couldn't find an instance of Unexpected token < (SyntaxError)
Unexpected token < (SyntaxError)
Maybe showing the stack trace when the error happens would help improve dev experience?
The text was updated successfully, but these errors were encountered:
Current status:
Note for me: still needs love when the syntaxerror happens during --watch
--watch
Sorry, something went wrong.
This is already so useful!
5dee7f9
zachleat
No branches or pull requests
I got this error message while configuring Eleventy:
But I couldn't find the error when I ran Eleventy in DEBUG mode. Searched the logs and couldn't find an instance of
Unexpected token < (SyntaxError)
Maybe showing the stack trace when the error happens would help improve dev experience?
The text was updated successfully, but these errors were encountered: