wooorm / mdxjs-rs

Compile MDX to JavaScript in Rust
https://docs.rs/mdxjs/
MIT License
429 stars 14 forks source link

Update `swc_core` #46

Closed kdy1 closed 5 months ago

kdy1 commented 5 months ago

With https://github.com/swc-project/swc/pull/9026 I made a breaking change for swc_ecma_minifier. It was about changing the type of a field of the config.

wooorm commented 5 months ago

Released, thanks! https://github.com/wooorm/mdxjs-rs/releases/tag/0.2.3

kdy1 commented 5 months ago

Thank you!