-
Notifications
You must be signed in to change notification settings - Fork 404
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
SyntaxError
while building browser bundle
#570
Comments
So the fork doesn't even build (on windows 10 with Node 20 at least), it outputs this structure into
And the output isn't even hidden in |
On Ubuntu 22 and NodeJS 20 it doesn't build either with more-less the same error stack:
EDIT: the fork does build an aforementioned setup, which means there are some missing |
It crashes at this stage, so I assume when building a browser bundle:
Possibly related to building on Windows 10 with Node v20.9.0.
I've looked at the similar
browserify
issues but all of them seem to be unrelated:Is about transforming from CJS to ESM and the underlying issue was babel config.
Is about
"target": "es6"
while the project is using"es5"
Some gulp-related stuff, but does involve
tsify
too, has no answer and is at least 8 years old, so probably not applicable to the current version ofbrowserify
.Seeing
@bcherny\json-schema-ref-parser
in the logs, it's probably the problem with the build output of that fork, I'll check it out later.The text was updated successfully, but these errors were encountered: