-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Make Hugo work with ESBuild >= 0.8.21 #8189
Labels
Comments
Looks like an upstream bug: We could probably fix this on the Hugo side by doing some ... guessing, but ... |
bep
added a commit
to bep/hugo
that referenced
this issue
Feb 1, 2021
bep
added a commit
that referenced
this issue
Feb 1, 2021
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ESBuild 0.8.21 fixed evanw/esbuild#546 (Plugins don't seem to apply to entrypoints) in evanw/esbuild@05eaca4 (fix # 546: plugins now apply to entry points):
... which unfortunately did introduced a breaking change:
See #8105 ("Do not merge: deps: Update to ESBuild v0.8.27") and the failed
TestJSBuildWithNPM
andTestJSBuild
tests on GitHub Actions: https://github.com/gohugoio/hugo/runs/1627365570?check_suite_focus=trueSee also #8141 (where Debian build of hugo_0.80.0-1 was broken due to premature building with ESBuild 0.8.28) for more information.
I am starting to study
resource_transformers/js/build.go
and/orresource_transformers/js/options.go
in Hugo. Hope I can get it to work! :-)The text was updated successfully, but these errors were encountered: