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
My assetpack pipeline stopped working when i moved from Node 22.11.0 to Node 22.12.0
Investigating the cause, i found out the default export of the config was handled differently:
I fixed the problem by adding .default after the config loading here:
.default
The text was updated successfully, but these errors were encountered:
I think it is due to how node now can kinda require an esm file (.mjs)
require
esm
.mjs
Sorry, something went wrong.
No branches or pull requests
My assetpack pipeline stopped working when i moved from Node 22.11.0 to Node 22.12.0
Investigating the cause, i found out the default export of the config was handled differently:
I fixed the problem by adding
.default
after the config loading here:The text was updated successfully, but these errors were encountered: