-
Notifications
You must be signed in to change notification settings - Fork 81
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
ESM Version does not work #147
Comments
Guessing it's because of missing |
Yeah this would be the alternative approach. You can either specify the whole package as module using the package.json When i tried to manually switch to type: module in the local package.json. Semantic reported "MODULE_NOT_FOUND". But i see that the PR also changes the index.js so this might be the solution. |
Looks like its fixed in #148 |
Yes fixed |
The latest version 8.0.0 does not properly work. See the error above.
Compared to the fork semantic-release-monorepo-esm, all js Files are served as regular .js and not as .mjs. So Node does not know that it should compile it as modules.
The text was updated successfully, but these errors were encountered: