Currently Omorphia's index file has both the default and named exports. While this is totally supported by native ESM, it's pretty hard for transpilers to process and may lead to situations where named exports cannot be imported directly, requiring destructuring on the default import. For this and just consistency reasons, you'd usually avoid mixing default and named exports. This commit removes the default export, making it just an another named export called `plugin`. BREAKING CHANGE: plugin is now exported using `plugin` export, rather than the default export.
omorphia
Omorphia is modrinth's style and component library. See omorphia.modrinth.com for more information.
Description
Languages
Rust
44.6%
Vue
38.6%
TypeScript
8.2%
HTML
5.1%
JavaScript
1.9%
Other
1.5%