Closed DanielleHuisman closed 1 year ago
Thanks for this! I saw the warnings but wasn't quite sure what the reason was. This looks good, but it does need to use the conventional commits format in order for CI to detect this as a change to release.
I would say just updating the commit message to fix: support esm
would be perfect! I can also take this change and release it myself marking you as a co-contributor if you would prefer.
I updated the commit message.
:tada: This PR is included in version 3.3.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Vite 5 prints warnings for any plugins still using CJS imports. This PR adds an ESM export, which resolves the warning.