Closed guoyunhe closed 8 months ago
When project's package.json has "type": "module" and this plugin is enabled, Prettier will crash. Removing this plugin solved the issue. Any plan to make this plugin work in ESM project?
"type": "module"
:tada: This issue has been resolved in version 2.4.11 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
When project's package.json has
"type": "module"
and this plugin is enabled, Prettier will crash. Removing this plugin solved the issue. Any plan to make this plugin work in ESM project?