-
Notifications
You must be signed in to change notification settings - Fork 80
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
fix: module export #148
fix: module export #148
Conversation
Add custom-built semantic-release-monorepo (PR opened here pmowrer/semantic-release-monorepo#148) to support ESM. Using custom build published from here for the time being: https://github.com/solaris007/semantic-release-monorepo/tree/fix-esm-module
I thought it wasn't needed but will try again
I don't believe this is strictly required for ESM? It would require a breaking change since it requires a more current version of |
@pmowrer, not having a
I guess it can be technically ignored but should be curbed nonetheless.
Unfortunately
The above is fixed by making We'll have to find a way to support the latest versions of |
Supporting ESM required the following fix released in `semantic-release` 22.0.7: semantic-release/semantic-release#3037
🎉 This PR is included in version 8.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The current version 8.0.0 does not work in an ESM environment:
module
in package.jsonsrc/index.js
does not export module style (it can, now that Support extending ESM based configurations semantic-release/semantic-release#3037 is closed9