kreuzerk / svg-to-ts

Build performant SVG icon libraries by converting raw SVG files to TypeScript that is optimized for modern tree shaking mechanisms.
MIT License
272 stars 44 forks source link

fix(esm): deliver correct esm files #202

Closed kreuzerk closed 1 year ago

kreuzerk commented 1 year ago

BREAKING CHANGE: Previously esm files were delivered with a .js ending. Now they will be delivered with a .mjs ending

201

kreuzerk commented 1 year ago

:tada: This PR is included in version 9.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: