-
Notifications
You must be signed in to change notification settings - Fork 134
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
JS not working past Hugo v76.5 #865
Comments
Known issue and PRs are welcome :) |
Thanks for the response. This site I'm building is a side project for me, so the development is not progressing that quickly, but I was hoping you'd be able to point me in a direction for looking at updating Syna to be compatible with later versions with asset compilation. Thanks! |
A bit more information here: #847 |
Looking into it and will update here how far I got. |
Great. Thank you. |
Should have a few more specifics tomorrow I reckon. |
Small update: Got it working with the latest Hugo version and think I know the culprit. Want to be sure on the whole issue before pushing it. Traveling next week, but afterwards should have a bit of time to finalize it. |
That's excellent news! |
Hey @stp-ip, any luck tracking down the culprit? |
A few things came up 😅, but have it on my list for next week. 🤞 |
Super! I really appreciate this project and the work you're putting in. |
Had quite a few urgent refugee projects take up our time. We or I will get back to this as soon as possible. |
No worries. Thanks for letting me know. |
Subscribing to this one as well. |
I found out that disbaling JS minification works around the issue: [minify]
disableJS = true Thus, I think this issue came up with the bump of |
Is this a BUG REPORT or FEATURE REQUEST?:
bug
What happened:
Updating Hugo past v76.5 gives webpack_require error, and all the JS breaks. This looks like a known issue, so I won't go into it more.
What you expected to happen:
JS working
How to reproduce it (as minimally and precisely as possible):
Update Hugo past v76.5
Anything else we need to know?:
I want to update Hugo for some of their features to update my website. It seems like this is a longstanding issue with Syna, (I don't mind looking for a fix myself). Are there any leads that you have on fixing this issue so I don't have to start from ground 0? I will report back if I find a fix. Thanks!
Environment:
The text was updated successfully, but these errors were encountered: