yhatt / jsx-slack

Build JSON object for Slack Block Kit surfaces from JSX
https://jsx-slack.netlify.app/
MIT License
467 stars 16 forks source link

Fix rollup .mjs extension #309

Closed nihalgonsalves closed 11 months ago

nihalgonsalves commented 11 months ago

I had a typo in #308 and 6.1.0's^1 ESM build is broken, sorry!

There was a .js extension instead of .mjs. I had amended the commit and forgot to push it to the PR, so the diff in the PR was from the correct version. This is the fix!