You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
gaoletian
changed the title
cjs format should not replace exports.default to module.exports =
cjs format should not replace "exports.default =" to "module.exports = " when "exports.default =" in last line
Jan 8, 2024
Hi dear @gaoletian. The syntax change is intentional to fix issues with certain bundlers. Would you please share your case which replacing exports.default to module.exports make issues? (a reproduction or simple code) 🙏🏼
Thanks for making reproduction and sorry for checking late.
For reference, this was the original hotfix 94444df to address IPX/Unstorage regression with .cjs bundling as a result of a behavior change in Jiti (babel) changes that broke Netlify builder.
a reproduction or simple code @pi0
https://github.com/gaoletian/mkdist-issues-192
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: